#474770

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

Shades of Corn Flower Blue #474770

Tints of Corn Flower Blue #474770

Color information

#474770 (or 0x474770) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 47 and 70. RGB value is (71,71,112). Sum of RGB (Red+Green+Blue) = 71+71+112=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 112 - color contains mainly: blue. Hex color #474770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474770 is #B8B88F. Grayscale: #4B4B4B. Windows color (decimal): -12105872 or 7358279. OLE color: 7358279.

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

Color convert

RGB7171112-
CMYK0.370.3700.56
HSL240º22.4%35.88%-
HSV(B)240º36.61%43.92%-
XYZ7.787.0216.27-
YUV75.67148.5124.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.95%
GREEN value IS 71 (28.12% from 255) = 27.95%
BLUE value IS 112 (44.14% from 255) = 44.09%
R=27.95%
G=27.95%
B=44.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71711120.370.3700.5624022.435.88
Hex4747702525038f01624
Octal10710716045450703602644
Binary10001111000111111000010010110010101110001111000010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474770; }

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

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

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

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

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

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

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

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