#474563

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

Shades of Corn Flower Blue #474563

Tints of Corn Flower Blue #474563

Color information

#474563 (or 0x474563) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 45 and 63. RGB value is (71,69,99). Sum of RGB (Red+Green+Blue) = 71+69+99=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 99 - color contains mainly: blue. Hex color #474563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474563 is #B8BA9C. Grayscale: #484848. Windows color (decimal): -12106397 or 6505799. OLE color: 6505799.

HSL color Cylindrical-coordinate representation of color #474563: hue angle of 244º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #474563 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB716999-
CMYK0.280.3000.61
HSL244º17.86%32.94%-
HSV(B)244º30.3%38.82%-
XYZ6.986.512.69-
YUV73.02142.66126.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.71%
GREEN value IS 69 (27.34% from 255) = 28.87%
BLUE value IS 99 (39.06% from 255) = 41.42%
R=29.71%
G=28.87%
B=41.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7169990.280.3000.6124417.8632.94
Hex4745631C1E03Df41221
Octal10710514334360753642241
Binary100011110001011100011111001111001111011111010010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474563; }

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

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

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

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

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

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

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

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