Html Css Color HEX #44484C Steel Grey

📋 copy color: '#44484C'

red 68 ◦ green 72 ◦ blue 76

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

Shades of Steel Grey #44484C

Tints of Steel Grey #44484C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.33%

 BLUE value IS 76 (30.08% from 255) = 35.19%

R = 31.48%
G = 33.33%
B = 35.19%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#44484C (or 0x44484C) is known color: Steel Grey. HEX triplet: 44, 48 and 4C. RGB value is (68,72,76). Sum of RGB (Red+Green+Blue) = 68+72+76=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 76 - color contains mainly: blue. Hex color #44484C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44484C is #BBB7B3. Grayscale: #474747. Windows color (decimal): -12302260 or 4999236. OLE color: 4999236.

HSL color Cylindrical-coordinate representation of color #44484C: hue angle of 210º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #44484C is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 68 72 76 -
CMYK 0.11 0.05 0 0.70
HSL 210º 0.06% 0.28% -
HSV(B) 210º 0.11% 0.3% -
XYZ 6.01 6.39 7.75 -
YUV 71.26 130.67 125.67 -
System Red Green Blue C M Y K H S L
Decimal 68 72 76 0.11 0.05 0 0.70 210 0.06 0.28
Hex 44 48 4C B 5 0 46 D2 6 1C
Octal 104 110 114 13 5 0 106 322 6 34
Binary 1000100 1001000 1001100 1011 101 0 1000110 11010010 110 11100

Color Harmonies of #44484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44484C

Black with #44484C

Text Example


Text Example

White with #44484C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44484C; }

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

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

background-color css

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

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

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

border-color css

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

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

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