Html Css Color HEX #424549 Steel Grey

📋 copy color: '#424549'

red 66 ◦ green 69 ◦ blue 73

#424549
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Steel Grey #424549

Tints of Steel Grey #424549

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.1%

R = 31.73%
G = 33.17%
B = 35.1%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#424549 (or 0x424549) is known color: 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

RGB 66 69 73 -
CMYK 0.10 0.05 0 0.71
HSL 214.29º 0.05% 0.27% -
HSV(B) 214.29º 0.1% 0.29% -
XYZ 5.58 5.9 7.15 -
YUV 68.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 66 69 73 0.10 0.05 0 0.71 214.29 0.05 0.27
Hex 42 45 49 A 5 0 47 D6 5 1B
Octal 102 105 111 12 5 0 107 326 5 33
Binary 1000010 1000101 1001001 1010 101 0 1000111 11010110 101 11011

Color Harmonies of #424549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424549

Black with #424549

Text Example


Text Example

White with #424549

Text Example


Text Example

HTML Codes & Css Web 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>