#474970

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

Shades of Corn Flower Blue #474970

Tints of Corn Flower Blue #474970

Color information

#474970 (or 0x474970) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 49 and 70. RGB value is (71,73,112). Sum of RGB (Red+Green+Blue) = 71+73+112=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 112 - color contains mainly: blue. Hex color #474970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474970 is #B8B68F. Grayscale: #4C4C4C. Windows color (decimal): -12105360 or 7358791. OLE color: 7358791.

HSL color Cylindrical-coordinate representation of color #474970: hue angle of 237.07º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #474970 is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7173112-
CMYK0.370.3500.56
HSL237.07º22.4%35.88%-
HSV(B)237.07º36.61%43.92%-
XYZ7.917.2716.32-
YUV76.85147.84123.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.73%
GREEN value IS 73 (28.91% from 255) = 28.52%
BLUE value IS 112 (44.14% from 255) = 43.75%
R=27.73%
G=28.52%
B=43.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71731120.370.3500.56237.0722.435.88
Hex4749702523038ed1624
Octal10711116045430703552644
Binary10001111001001111000010010110001101110001110110110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474970; }

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

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

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

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

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

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

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

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