#474775

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

Shades of Corn Flower Blue #474775

Tints of Corn Flower Blue #474775

Color information

#474775 (or 0x474775) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 47 and 75. RGB value is (71,71,117). Sum of RGB (Red+Green+Blue) = 71+71+117=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 117 - color contains mainly: blue. Hex color #474775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474775 is #B8B88A. Grayscale: #4C4C4C. Windows color (decimal): -12105867 or 7685959. OLE color: 7685959.

HSL color Cylindrical-coordinate representation of color #474775: hue angle of 240º 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 #474775 is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7171117-
CMYK0.390.3900.54
HSL240º24.47%36.86%-
HSV(B)240º39.32%45.88%-
XYZ8.067.1317.78-
YUV76.24151124.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.41%
GREEN value IS 71 (28.12% from 255) = 27.41%
BLUE value IS 117 (46.09% from 255) = 45.17%
R=27.41%
G=27.41%
B=45.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71711170.390.3900.5424024.4736.86
Hex4747752727036f01825
Octal10710716547470663603045
Binary10001111000111111010110011110011101101101111000011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474775; }

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

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

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

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

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

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

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

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