Html Css Color HEX #44464C Steel Grey

📋 copy color: '#44464C'

red 68 ◦ green 70 ◦ blue 76

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

Shades of Steel Grey #44464C

Tints of Steel Grey #44464C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.71%

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

R = 31.78%
G = 32.71%
B = 35.51%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#44464C (or 0x44464C) is known color: Steel Grey. HEX triplet: 44, 46 and 4C. RGB value is (68,70,76). Sum of RGB (Red+Green+Blue) = 68+70+76=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 76 - color contains mainly: blue. Hex color #44464C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44464C is #BBB9B3. Grayscale: #464646. Windows color (decimal): -12302772 or 4998724. OLE color: 4998724.

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

Color convert

RGB 68 70 76 -
CMYK 0.11 0.08 0 0.70
HSL 225º 0.06% 0.28% -
HSV(B) 225º 0.11% 0.3% -
XYZ 5.88 6.13 7.71 -
YUV 70.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 68 70 76 0.11 0.08 0 0.70 225 0.06 0.28
Hex 44 46 4C B 8 0 46 E1 6 1C
Octal 104 106 114 13 10 0 106 341 6 34
Binary 1000100 1000110 1001100 1011 1000 0 1000110 11100001 110 11100

Color Harmonies of #44464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44464C

Black with #44464C

Text Example


Text Example

White with #44464C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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