#474972

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

Shades of Corn Flower Blue #474972

Tints of Corn Flower Blue #474972

Color information

#474972 (or 0x474972) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 49 and 72. RGB value is (71,73,114). Sum of RGB (Red+Green+Blue) = 71+73+114=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 114 - color contains mainly: blue. Hex color #474972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474972 is #B8B68D. Grayscale: #4C4C4C. Windows color (decimal): -12105358 or 7489863. OLE color: 7489863.

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

Color convert

RGB7173114-
CMYK0.380.3600.55
HSL237.21º23.24%36.27%-
HSV(B)237.21º37.72%44.71%-
XYZ8.027.3216.91-
YUV77.08148.84123.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.52%
GREEN value IS 73 (28.91% from 255) = 28.29%
BLUE value IS 114 (44.92% from 255) = 44.19%
R=27.52%
G=28.29%
B=44.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71731140.380.3600.55237.2123.2436.27
Hex4749722624037ed1724
Octal10711116246440673552744
Binary10001111001001111001010011010010001101111110110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474972; }

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

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

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

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

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

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

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

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