#474975

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

Shades of Corn Flower Blue #474975

Tints of Corn Flower Blue #474975

Color information

#474975 (or 0x474975) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 49 and 75. RGB value is (71,73,117). Sum of RGB (Red+Green+Blue) = 71+73+117=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 117 - color contains mainly: blue. Hex color #474975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474975 is #B8B68A. Grayscale: #4D4D4D. Windows color (decimal): -12105355 or 7686471. OLE color: 7686471.

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

Color convert

RGB7173117-
CMYK0.390.3800.54
HSL237.39º24.47%36.86%-
HSV(B)237.39º39.32%45.88%-
XYZ8.197.3917.82-
YUV77.42150.34123.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.20%
GREEN value IS 73 (28.91% from 255) = 27.97%
BLUE value IS 117 (46.09% from 255) = 44.83%
R=27.20%
G=27.97%
B=44.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71731170.390.3800.54237.3924.4736.86
Hex4749752726036ed1825
Octal10711116547460663553045
Binary10001111001001111010110011110011001101101110110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474975; }

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

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

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

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

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

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

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

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