#404247

Color #404247 Steel Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Grey #404247

Tints of Steel Grey #404247

Color information

#404247 (or 0x404247) is unknown color: approx Steel Grey. HEX triplet: 40, 42 and 47. RGB value is (64,66,71). Sum of RGB (Red+Green+Blue) = 64+66+71=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 71 (28.12% from 255 or 35.32% from 201); Max value from RGB is 71 - color contains mainly: blue. Hex color #404247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404247 is #BFBDB8. Grayscale: #414141. Windows color (decimal): -12565945 or 4670016. OLE color: 4670016.

HSL color Cylindrical-coordinate representation of color #404247: hue angle of 222.86º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #404247 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB646671-
CMYK0.100.0700.72
HSL222.86º5.19%26.47%-
HSV(B)222.86º9.86%27.84%-
XYZ5.25.446.74-
YUV65.97130.84126.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.84%
GREEN value IS 66 (26.17% from 255) = 32.84%
BLUE value IS 71 (28.12% from 255) = 35.32%
R=31.84%
G=32.84%
B=35.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6466710.100.0700.72222.865.1926.47
Hex404247A7048df51a
Octal1001021071270110337532
Binary1000000100001010001111010111010010001101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404247; }

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

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

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

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

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

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

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

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