Html Css Color HEX #44474C Steel Grey

📋 copy color: '#44474C'

red 68 ◦ green 71 ◦ blue 76

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

Shades of Steel Grey #44474C

Tints of Steel Grey #44474C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.02%

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

R = 31.63%
G = 33.02%
B = 35.35%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#44474C (or 0x44474C) is known color: Steel Grey. HEX triplet: 44, 47 and 4C. RGB value is (68,71,76). Sum of RGB (Red+Green+Blue) = 68+71+76=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 76 - color contains mainly: blue. Hex color #44474C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44474C is #BBB8B3. Grayscale: #464646. Windows color (decimal): -12302516 or 4998980. OLE color: 4998980.

HSL color Cylindrical-coordinate representation of color #44474C: hue angle of 217.5º 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 #44474C is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 68 71 76 -
CMYK 0.11 0.07 0 0.70
HSL 217.5º 0.06% 0.28% -
HSV(B) 217.5º 0.11% 0.3% -
XYZ 5.94 6.26 7.73 -
YUV 70.67 131.01 126.09 -
System Red Green Blue C M Y K H S L
Decimal 68 71 76 0.11 0.07 0 0.70 217.5 0.06 0.28
Hex 44 47 4C B 7 0 46 DA 6 1C
Octal 104 107 114 13 7 0 106 332 6 34
Binary 1000100 1000111 1001100 1011 111 0 1000110 11011010 110 11100

Color Harmonies of #44474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44474C

Black with #44474C

Text Example


Text Example

White with #44474C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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