#474A66

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

Shades of Corn Flower Blue #474A66

Tints of Corn Flower Blue #474A66

Color information

#474A66 (or 0x474A66) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 4A and 66. RGB value is (71,74,102). Sum of RGB (Red+Green+Blue) = 71+74+102=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 102 (40.23% from 255 or 41.30% from 247); Max value from RGB is 102 - color contains mainly: blue. Hex color #474A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474A66 is #B8B599. Grayscale: #4C4C4C. Windows color (decimal): -12105114 or 6703687. OLE color: 6703687.

HSL color Cylindrical-coordinate representation of color #474A66: hue angle of 234.19º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #474A66 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7174102-
CMYK0.300.2700.6
HSL234.19º17.92%33.92%-
HSV(B)234.19º30.39%40%-
XYZ7.457.213.57-
YUV76.3142.51124.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.74%
GREEN value IS 74 (29.30% from 255) = 29.96%
BLUE value IS 102 (40.23% from 255) = 41.30%
R=28.74%
G=29.96%
B=41.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal71741020.300.2700.6234.1917.9233.92
Hex474A661E1B03Cea1222
Octal10711214636330743522242
Binary100011110010101100110111101101101111001110101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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