#474674

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

Shades of Corn Flower Blue #474674

Tints of Corn Flower Blue #474674

Color information

#474674 (or 0x474674) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 46 and 74. RGB value is (71,70,116). Sum of RGB (Red+Green+Blue) = 71+70+116=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 116 (45.70% from 255 or 45.14% from 257); Max value from RGB is 116 - color contains mainly: blue. Hex color #474674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474674 is #B8B98B. Grayscale: #4B4B4B. Windows color (decimal): -12106124 or 7620167. OLE color: 7620167.

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

Color convert

RGB7170116-
CMYK0.390.4000.55
HSL241.3º24.73%36.47%-
HSV(B)241.3º39.66%45.49%-
XYZ7.946.9817.45-
YUV75.54150.83124.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.63%
GREEN value IS 70 (27.73% from 255) = 27.24%
BLUE value IS 116 (45.70% from 255) = 45.14%
R=27.63%
G=27.24%
B=45.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71701160.390.4000.55241.324.7336.47
Hex4746742728037f11924
Octal10710616447500673613144
Binary10001111000110111010010011110100001101111111000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474674; }

 p { color: rgb(71,70,116); }

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

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

 a { background-color: rgb(71,70,116); }

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

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

 span { border-color: rgb(71,70,116); }

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