#424549

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

Shades of Steel Grey #424549

Tints of Steel Grey #424549

Color information

#424549 (or 0x424549) is unknown color: approx Steel Grey. HEX triplet: 42, 45 and 49. RGB value is (66,69,73). Sum of RGB (Red+Green+Blue) = 66+69+73=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 73 - color contains mainly: blue. Hex color #424549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424549 is #BDBAB6. Grayscale: #444444. Windows color (decimal): -12434103 or 4801858. OLE color: 4801858.

HSL color Cylindrical-coordinate representation of color #424549: hue angle of 214.29º degrees, saturation: 0.05, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #424549 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB666973-
CMYK0.100.0500.71
HSL214.29º5.04%27.25%-
HSV(B)214.29º9.59%28.63%-
XYZ5.585.97.15-
YUV68.56130.51126.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.73%
GREEN value IS 69 (27.34% from 255) = 33.17%
BLUE value IS 73 (28.91% from 255) = 35.10%
R=31.73%
G=33.17%
B=35.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6669730.100.0500.71214.295.0427.25
Hex424549A5047d651b
Octal1021051111250107326533
Binary1000010100010110010011010101010001111101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424549; }

 p { color: rgb(66,69,73); }

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

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

 a { background-color: rgb(66,69,73); }

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

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

 span { border-color: rgb(66,69,73); }

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