#474A79

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

Shades of Corn Flower Blue #474A79

Tints of Corn Flower Blue #474A79

Color information

#474A79 (or 0x474A79) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 4A and 79. RGB value is (71,74,121). Sum of RGB (Red+Green+Blue) = 71+74+121=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 121 (47.66% from 255 or 45.49% from 266); Max value from RGB is 121 - color contains mainly: blue. Hex color #474A79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474A79 is #B8B586. Grayscale: #4E4E4E. Windows color (decimal): -12105095 or 7948871. OLE color: 7948871.

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

Color convert

RGB7174121-
CMYK0.410.3900.53
HSL236.4º26.04%37.65%-
HSV(B)236.4º41.32%47.45%-
XYZ8.57.6219.11-
YUV78.46152.01122.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.69%
GREEN value IS 74 (29.30% from 255) = 27.82%
BLUE value IS 121 (47.66% from 255) = 45.49%
R=26.69%
G=27.82%
B=45.49%

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
Decimal71741210.410.3900.53236.426.0437.65
Hex474A792927035ec1a26
Octal10711217151470653543246
Binary10001111001010111100110100110011101101011110110011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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