#474479

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

Shades of Corn Flower Blue #474479

Tints of Corn Flower Blue #474479

Color information

#474479 (or 0x474479) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 44 and 79. RGB value is (71,68,121). Sum of RGB (Red+Green+Blue) = 71+68+121=260 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.31% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 121 (47.66% from 255 or 46.54% from 260); Max value from RGB is 121 - color contains mainly: blue. Hex color #474479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474479 is #B8BB86. Grayscale: #4A4A4A. Windows color (decimal): -12106631 or 7947335. OLE color: 7947335.

HSL color Cylindrical-coordinate representation of color #474479: hue angle of 243.4º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #474479 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7168121-
CMYK0.410.4400.53
HSL243.4º28.04%37.06%-
HSV(B)243.4º43.8%47.45%-
XYZ8.126.8518.98-
YUV74.94153.99125.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.31%
GREEN value IS 68 (26.95% from 255) = 26.15%
BLUE value IS 121 (47.66% from 255) = 46.54%
R=27.31%
G=26.15%
B=46.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71681210.410.4400.53243.428.0437.06
Hex474479292C035f31c25
Octal10710417151540653633445
Binary10001111000100111100110100110110001101011111001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474479; }

 p { color: rgb(71,68,121); }

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

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

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

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

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

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

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