#474464

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

Shades of Corn Flower Blue #474464

Tints of Corn Flower Blue #474464

Color information

#474464 (or 0x474464) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 44 and 64. RGB value is (71,68,100). Sum of RGB (Red+Green+Blue) = 71+68+100=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 100 (39.45% from 255 or 41.84% from 239); Max value from RGB is 100 - color contains mainly: blue. Hex color #474464 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474464 is #B8BB9B. Grayscale: #484848. Windows color (decimal): -12106652 or 6571079. OLE color: 6571079.

HSL color Cylindrical-coordinate representation of color #474464: hue angle of 245.62º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #474464 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB7168100-
CMYK0.290.3200.61
HSL245.62º19.05%32.94%-
HSV(B)245.62º32%39.22%-
XYZ6.976.3912.92-
YUV72.54143.49126.9-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.71%
GREEN value IS 68 (26.95% from 255) = 28.45%
BLUE value IS 100 (39.45% from 255) = 41.84%
R=29.71%
G=28.45%
B=41.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal71681000.290.3200.61245.6219.0532.94
Hex4744641D2003Df61321
Octal10710414435400753662341
Binary1000111100010011001001110110000001111011111011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474464; }

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

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

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

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

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

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

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

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