#474470

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

Shades of Corn Flower Blue #474470

Tints of Corn Flower Blue #474470

Color information

#474470 (or 0x474470) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 44 and 70. RGB value is (71,68,112). Sum of RGB (Red+Green+Blue) = 71+68+112=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 112 (44.14% from 255 or 44.62% from 251); Max value from RGB is 112 - color contains mainly: blue. Hex color #474470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474470 is #B8BB8F. Grayscale: #494949. Windows color (decimal): -12106640 or 7357511. OLE color: 7357511.

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

Color convert

RGB7168112-
CMYK0.370.3900.56
HSL244.09º24.44%35.29%-
HSV(B)244.09º39.29%43.92%-
XYZ7.596.6416.21-
YUV73.91149.49125.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.29%
GREEN value IS 68 (26.95% from 255) = 27.09%
BLUE value IS 112 (44.14% from 255) = 44.62%
R=28.29%
G=27.09%
B=44.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71681120.370.3900.56244.0924.4435.29
Hex4744702527038f41823
Octal10710416045470703643043
Binary10001111000100111000010010110011101110001111010011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474470; }

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

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

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

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

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

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

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

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