#474575

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

Shades of Corn Flower Blue #474575

Tints of Corn Flower Blue #474575

Color information

#474575 (or 0x474575) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 45 and 75. RGB value is (71,69,117). Sum of RGB (Red+Green+Blue) = 71+69+117=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 117 - color contains mainly: blue. Hex color #474575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474575 is #B8BA8A. Grayscale: #4A4A4A. Windows color (decimal): -12106379 or 7685447. OLE color: 7685447.

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

Color convert

RGB7169117-
CMYK0.390.4100.54
HSL242.5º25.81%36.47%-
HSV(B)242.5º41.03%45.88%-
XYZ7.946.8817.74-
YUV75.07151.66125.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.63%
GREEN value IS 69 (27.34% from 255) = 26.85%
BLUE value IS 117 (46.09% from 255) = 45.53%
R=27.63%
G=26.85%
B=45.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71691170.390.4100.54242.525.8136.47
Hex4745752729036f21a24
Octal10710516547510663623244
Binary10001111000101111010110011110100101101101111001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474575; }

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

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

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

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

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

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

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

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