Html Css Color HEX #44474D Steel Grey

📋 copy color: '#44474D'

red 68 ◦ green 71 ◦ blue 77

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

Shades of Steel Grey #44474D

Tints of Steel Grey #44474D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 35.65%

R = 31.48%
G = 32.87%
B = 35.65%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#44474D (or 0x44474D) is known color: Steel Grey. HEX triplet: 44, 47 and 4D. RGB value is (68,71,77). Sum of RGB (Red+Green+Blue) = 68+71+77=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 77 - color contains mainly: blue. Hex color #44474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44474D is #BBB8B2. Grayscale: #464646. Windows color (decimal): -12302515 or 5064516. OLE color: 5064516.

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

Color convert

RGB 68 71 77 -
CMYK 0.12 0.08 0 0.70
HSL 220º 0.06% 0.28% -
HSV(B) 220º 0.12% 0.3% -
XYZ 5.98 6.27 7.92 -
YUV 70.79 131.51 126.01 -
System Red Green Blue C M Y K H S L
Decimal 68 71 77 0.12 0.08 0 0.70 220 0.06 0.28
Hex 44 47 4D C 8 0 46 DC 6 1C
Octal 104 107 115 14 10 0 106 334 6 34
Binary 1000100 1000111 1001101 1100 1000 0 1000110 11011100 110 11100

Color Harmonies of #44474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44474D

Black with #44474D

Text Example


Text Example

White with #44474D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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