#474478

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

Shades of Corn Flower Blue #474478

Tints of Corn Flower Blue #474478

Color information

#474478 (or 0x474478) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 44 and 78. RGB value is (71,68,120). Sum of RGB (Red+Green+Blue) = 71+68+120=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 120 - color contains mainly: blue. Hex color #474478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474478 is #B8BB87. Grayscale: #4A4A4A. Windows color (decimal): -12106632 or 7881799. OLE color: 7881799.

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

Color convert

RGB7168120-
CMYK0.410.4300.53
HSL243.46º27.66%36.86%-
HSV(B)243.46º43.33%47.06%-
XYZ8.066.8318.66-
YUV74.82153.49125.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.41%
GREEN value IS 68 (26.95% from 255) = 26.25%
BLUE value IS 120 (47.27% from 255) = 46.33%
R=27.41%
G=26.25%
B=46.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71681200.410.4300.53243.4627.6636.86
Hex474478292B035f31c25
Octal10710417051530653633445
Binary10001111000100111100010100110101101101011111001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474478; }

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

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

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

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

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

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

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

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