#474576

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

Shades of Corn Flower Blue #474576

Tints of Corn Flower Blue #474576

Color information

#474576 (or 0x474576) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 45 and 76. RGB value is (71,69,118). Sum of RGB (Red+Green+Blue) = 71+69+118=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 118 (46.48% from 255 or 45.74% from 258); Max value from RGB is 118 - color contains mainly: blue. Hex color #474576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474576 is #B8BA89. Grayscale: #4A4A4A. Windows color (decimal): -12106378 or 7750983. OLE color: 7750983.

HSL color Cylindrical-coordinate representation of color #474576: hue angle of 242.45º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #474576 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7169118-
CMYK0.400.4200.54
HSL242.45º26.2%36.67%-
HSV(B)242.45º41.53%46.27%-
XYZ86.918.05-
YUV75.18152.16125.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.52%
GREEN value IS 69 (27.34% from 255) = 26.74%
BLUE value IS 118 (46.48% from 255) = 45.74%
R=27.52%
G=26.74%
B=45.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71691180.400.4200.54242.4526.236.67
Hex474576282A036f21a25
Octal10710516650520663623245
Binary10001111000101111011010100010101001101101111001011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474576; }

 p { color: rgb(71,69,118); }

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

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

 a { background-color: rgb(71,69,118); }

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

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

 span { border-color: rgb(71,69,118); }

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