#474070

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

Shades of Corn Flower Blue #474070

Tints of Corn Flower Blue #474070

Color information

#474070 (or 0x474070) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 40 and 70. RGB value is (71,64,112). Sum of RGB (Red+Green+Blue) = 71+64+112=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #474070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474070 is #B8BF8F. Grayscale: #474747. Windows color (decimal): -12107664 or 7356487. OLE color: 7356487.

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

Color convert

RGB7164112-
CMYK0.370.4300.56
HSL248.75º27.27%34.51%-
HSV(B)248.75º42.86%43.92%-
XYZ7.366.1816.13-
YUV71.56150.82127.6-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.74%
GREEN value IS 64 (25.39% from 255) = 25.91%
BLUE value IS 112 (44.14% from 255) = 45.34%
R=28.74%
G=25.91%
B=45.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71641120.370.4300.56248.7527.2734.51
Hex474070252B038f91b23
Octal10710016045530703713343
Binary10001111000000111000010010110101101110001111100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474070; }

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

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

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

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

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

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

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

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