#474964

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

Shades of Corn Flower Blue #474964

Tints of Corn Flower Blue #474964

Color information

#474964 (or 0x474964) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 49 and 64. RGB value is (71,73,100). Sum of RGB (Red+Green+Blue) = 71+73+100=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 100 (39.45% from 255 or 40.98% from 244); Max value from RGB is 100 - color contains mainly: blue. Hex color #474964 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474964 is #B8B69B. Grayscale: #4B4B4B. Windows color (decimal): -12105372 or 6572359. OLE color: 6572359.

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

Color convert

RGB7173100-
CMYK0.290.2700.61
HSL235.86º16.96%33.53%-
HSV(B)235.86º29%39.22%-
XYZ7.287.0213.03-
YUV75.48141.84124.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.10%
GREEN value IS 73 (28.91% from 255) = 29.92%
BLUE value IS 100 (39.45% from 255) = 40.98%
R=29.10%
G=29.92%
B=40.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal71731000.290.2700.61235.8616.9633.53
Hex4749641D1B03Dec1122
Octal10711114435330753542142
Binary100011110010011100100111011101101111011110110010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474964; }

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

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

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

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

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

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

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

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