#474978

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

Shades of Corn Flower Blue #474978

Tints of Corn Flower Blue #474978

Color information

#474978 (or 0x474978) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 49 and 78. RGB value is (71,73,120). Sum of RGB (Red+Green+Blue) = 71+73+120=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 120 - color contains mainly: blue. Hex color #474978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474978 is #B8B687. Grayscale: #4D4D4D. Windows color (decimal): -12105352 or 7883079. OLE color: 7883079.

HSL color Cylindrical-coordinate representation of color #474978: hue angle of 237.55º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #474978 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7173120-
CMYK0.410.3900.53
HSL237.55º25.65%37.45%-
HSV(B)237.55º40.83%47.06%-
XYZ8.377.4618.77-
YUV77.76151.84123.18-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.89%
GREEN value IS 73 (28.91% from 255) = 27.65%
BLUE value IS 120 (47.27% from 255) = 45.45%
R=26.89%
G=27.65%
B=45.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71731200.410.3900.53237.5525.6537.45
Hex4749782927035ee1a25
Octal10711117051470653563245
Binary10001111001001111100010100110011101101011110111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474978; }

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

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

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

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

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

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

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

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