#424447

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

Shades of Steel Grey #424447

Tints of Steel Grey #424447

Color information

#424447 (or 0x424447) is unknown color: approx Steel Grey. HEX triplet: 42, 44 and 47. RGB value is (66,68,71). Sum of RGB (Red+Green+Blue) = 66+68+71=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 71 (28.12% from 255 or 34.63% from 205); Max value from RGB is 71 - color contains mainly: blue. Hex color #424447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424447 is #BDBBB8. Grayscale: #434343. Windows color (decimal): -12434361 or 4670530. OLE color: 4670530.

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

Color convert

RGB666871-
CMYK0.070.0400.72
HSL216º3.65%26.86%-
HSV(B)216º7.04%27.84%-
XYZ5.455.756.78-
YUV67.74129.84126.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.20%
GREEN value IS 68 (26.95% from 255) = 33.17%
BLUE value IS 71 (28.12% from 255) = 34.63%
R=32.20%
G=33.17%
B=34.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6668710.070.0400.722163.6526.86
Hex42444774048d841b
Octal102104107740110330433
Binary100001010001001000111111100010010001101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424447; }

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

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

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

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

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

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

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

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