#484978

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

Shades of Corn Flower Blue #484978

Tints of Corn Flower Blue #484978

Color information

#484978 (or 0x484978) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 49 and 78. RGB value is (72,73,120). Sum of RGB (Red+Green+Blue) = 72+73+120=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 120 (47.27% from 255 or 45.28% from 265); Max value from RGB is 120 - color contains mainly: blue. Hex color #484978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484978 is #B7B687. Grayscale: #4D4D4D. Windows color (decimal): -12039816 or 7883080. OLE color: 7883080.

HSL color Cylindrical-coordinate representation of color #484978: hue angle of 238.75º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #484978 is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7273120-
CMYK0.400.3900.53
HSL238.75º25%37.65%-
HSV(B)238.75º40%47.06%-
XYZ8.457.518.77-
YUV78.06151.67123.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.17%
GREEN value IS 73 (28.91% from 255) = 27.55%
BLUE value IS 120 (47.27% from 255) = 45.28%
R=27.17%
G=27.55%
B=45.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72731200.400.3900.53238.752537.65
Hex4849782827035ef1926
Octal11011117050470653573146
Binary10010001001001111100010100010011101101011110111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484978; }

 p { color: rgb(72,73,120); }

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

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

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

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

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

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

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