#474072

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

Shades of Corn Flower Blue #474072

Tints of Corn Flower Blue #474072

Color information

#474072 (or 0x474072) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 40 and 72. RGB value is (71,64,114). Sum of RGB (Red+Green+Blue) = 71+64+114=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 114 - color contains mainly: blue. Hex color #474072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474072 is #B8BF8D. Grayscale: #474747. Windows color (decimal): -12107662 or 7487559. OLE color: 7487559.

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

Color convert

RGB7164114-
CMYK0.380.4400.55
HSL248.4º28.09%34.9%-
HSV(B)248.4º43.86%44.71%-
XYZ7.476.2216.73-
YUV71.79151.82127.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.51%
GREEN value IS 64 (25.39% from 255) = 25.70%
BLUE value IS 114 (44.92% from 255) = 45.78%
R=28.51%
G=25.70%
B=45.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71641140.380.4400.55248.428.0934.9
Hex474072262C037f81c23
Octal10710016246540673703443
Binary10001111000000111001010011010110001101111111100011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474072; }

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

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

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

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

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

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

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

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