#474270

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

Shades of Corn Flower Blue #474270

Tints of Corn Flower Blue #474270

Color information

#474270 (or 0x474270) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 42 and 70. RGB value is (71,66,112). Sum of RGB (Red+Green+Blue) = 71+66+112=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 112 - color contains mainly: blue. Hex color #474270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474270 is #B8BD8F. Grayscale: #484848. Windows color (decimal): -12107152 or 7356999. OLE color: 7356999.

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

Color convert

RGB7166112-
CMYK0.370.4100.56
HSL246.52º25.84%34.9%-
HSV(B)246.52º41.07%43.92%-
XYZ7.476.4116.17-
YUV72.74150.16126.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.51%
GREEN value IS 66 (26.17% from 255) = 26.51%
BLUE value IS 112 (44.14% from 255) = 44.98%
R=28.51%
G=26.51%
B=44.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71661120.370.4100.56246.5225.8434.9
Hex4742702529038f71a23
Octal10710216045510703673243
Binary10001111000010111000010010110100101110001111011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474270; }

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

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

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

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

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

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

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

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