Html Css Color HEX #444548 Steel Grey

📋 copy color: '#444548'

red 68 ◦ green 69 ◦ blue 72

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

Shades of Steel Grey #444548

Tints of Steel Grey #444548

RGB

 RED value IS 68 (26.95% from 255) = 32.54%

 GREEN value IS 69 (27.34% from 255) = 33.01%

 BLUE value IS 72 (28.52% from 255) = 34.45%

R = 32.54%
G = 33.01%
B = 34.45%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#444548 (or 0x444548) is known color: Steel Grey. HEX triplet: 44, 45 and 48. RGB value is (68,69,72). Sum of RGB (Red+Green+Blue) = 68+69+72=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 72 - color contains mainly: blue. Hex color #444548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444548 is #BBBAB7. Grayscale: #454545. Windows color (decimal): -12303032 or 4736324. OLE color: 4736324.

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

Color convert

RGB 68 69 72 -
CMYK 0.06 0.04 0 0.72
HSL 225º 0.03% 0.27% -
HSV(B) 225º 0.06% 0.28% -
XYZ 5.68 5.95 6.98 -
YUV 69.04 129.67 127.26 -
System Red Green Blue C M Y K H S L
Decimal 68 69 72 0.06 0.04 0 0.72 225 0.03 0.27
Hex 44 45 48 6 4 0 48 E1 3 1B
Octal 104 105 110 6 4 0 110 341 3 33
Binary 1000100 1000101 1001000 110 100 0 1001000 11100001 11 11011

Color Harmonies of #444548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444548

Black with #444548

Text Example


Text Example

White with #444548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444548; }

 p { color: rgb(68,69,72); }

 H1.HeaderClassName
 {
   color: #444548;
 }
 .AnyTagClassName
 {
   color: #444548;
 }
</style>

background-color css

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

 a { background-color: rgb(68,69,72); }

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

border-color css

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

 span { border-color: rgb(68,69,72); }

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