#474971

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

Shades of Corn Flower Blue #474971

Tints of Corn Flower Blue #474971

Color information

#474971 (or 0x474971) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 49 and 71. RGB value is (71,73,113). Sum of RGB (Red+Green+Blue) = 71+73+113=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 113 - color contains mainly: blue. Hex color #474971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474971 is #B8B68E. Grayscale: #4C4C4C. Windows color (decimal): -12105359 or 7424327. OLE color: 7424327.

HSL color Cylindrical-coordinate representation of color #474971: hue angle of 237.14º degrees, saturation: 0.23, 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 #474971 is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7173113-
CMYK0.370.3500.56
HSL237.14º22.83%36.08%-
HSV(B)237.14º37.17%44.31%-
XYZ7.967.316.61-
YUV76.96148.34123.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.63%
GREEN value IS 73 (28.91% from 255) = 28.40%
BLUE value IS 113 (44.53% from 255) = 43.97%
R=27.63%
G=28.40%
B=43.97%

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
Decimal71731130.370.3500.56237.1422.8336.08
Hex4749712523038ed1724
Octal10711116145430703552744
Binary10001111001001111000110010110001101110001110110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474971; }

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

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

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

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

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

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

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

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