#474A78

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

Shades of Corn Flower Blue #474A78

Tints of Corn Flower Blue #474A78

Color information

#474A78 (or 0x474A78) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 4A and 78. RGB value is (71,74,120). Sum of RGB (Red+Green+Blue) = 71+74+120=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 74 (29.30% from 255 or 27.92% 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 #474A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474A78 is #B8B587. Grayscale: #4E4E4E. Windows color (decimal): -12105096 or 7883335. OLE color: 7883335.

HSL color Cylindrical-coordinate representation of color #474A78: hue angle of 236.33º 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 #474A78 is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7174120-
CMYK0.410.3800.53
HSL236.33º25.65%37.45%-
HSV(B)236.33º40.83%47.06%-
XYZ8.447.5918.79-
YUV78.35151.51122.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.79%
GREEN value IS 74 (29.30% from 255) = 27.92%
BLUE value IS 120 (47.27% from 255) = 45.28%
R=26.79%
G=27.92%
B=45.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71741200.410.3800.53236.3325.6537.45
Hex474A782926035ec1a25
Octal10711217051460653543245
Binary10001111001010111100010100110011001101011110110011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474A78; }

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

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

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

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

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

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

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

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