#48487A

Color #48487A Corn Flower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Flower Blue #48487A

Tints of Corn Flower Blue #48487A

Color information

#48487A (or 0x48487A) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 48 and 7A. RGB value is (72,72,122). Sum of RGB (Red+Green+Blue) = 72+72+122=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 122 (48.05% from 255 or 45.86% from 266); Max value from RGB is 122 - color contains mainly: blue. Hex color #48487A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48487A is #B7B785. Grayscale: #4D4D4D. Windows color (decimal): -12040070 or 8013896. OLE color: 8013896.

HSL color Cylindrical-coordinate representation of color #48487A: hue angle of 240º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #48487A is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7272122-
CMYK0.410.4100.52
HSL240º25.77%38.04%-
HSV(B)240º40.98%47.84%-
XYZ8.57.4219.4-
YUV77.7153123.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 27.07%
GREEN value IS 72 (28.52% from 255) = 27.07%
BLUE value IS 122 (48.05% from 255) = 45.86%
R=27.07%
G=27.07%
B=45.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal72721220.410.4100.5224025.7738.04
Hex48487A2929034f01a26
Octal11011017251510643603246
Binary10010001001000111101010100110100101101001111000011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48487A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48487A; }

 p { color: rgb(72,72,122); }

 H1.HeaderClassName
 {
   color: #48487A;
 }
 .AnyTagClassName
 {
   color: #48487A;
 }
</style>
background-color css

<style>
 a { background-color: #48487A; }

 a { background-color: rgb(72,72,122); }

 div.DivClassName
 {
   background-color: #48487A;
 }
 .BgClassName
 {
   background-color: #48487A;
 }
</style>
border-color css

<style>
 span { border-color: #48487A; }

 span { border-color: rgb(72,72,122); }

 td.TdClassName
 {
   border-color: #48487A;
 }
 .TagClassName
 {
   border-color: #48487A;
 }
</style>