Html Css Color HEX #444649 Steel Grey

📋 copy color: '#444649'

red 68 ◦ green 70 ◦ blue 73

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

Shades of Steel Grey #444649

Tints of Steel Grey #444649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 34.6%

R = 32.23%
G = 33.18%
B = 34.6%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#444649 (or 0x444649) is known color: Steel Grey. HEX triplet: 44, 46 and 49. RGB value is (68,70,73). Sum of RGB (Red+Green+Blue) = 68+70+73=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 73 - color contains mainly: blue. Hex color #444649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444649 is #BBB9B6. Grayscale: #454545. Windows color (decimal): -12302775 or 4802116. OLE color: 4802116.

HSL color Cylindrical-coordinate representation of color #444649: hue angle of 216º degrees, saturation: 0.04, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #444649 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 68 70 73 -
CMYK 0.07 0.04 0 0.71
HSL 216º 0.04% 0.28% -
HSV(B) 216º 0.07% 0.29% -
XYZ 5.78 6.09 7.17 -
YUV 69.74 129.84 126.76 -
System Red Green Blue C M Y K H S L
Decimal 68 70 73 0.07 0.04 0 0.71 216 0.04 0.28
Hex 44 46 49 7 4 0 47 D8 4 1C
Octal 104 106 111 7 4 0 107 330 4 34
Binary 1000100 1000110 1001001 111 100 0 1000111 11011000 100 11100

Color Harmonies of #444649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444649

Black with #444649

Text Example


Text Example

White with #444649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444649; }

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

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

background-color css

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

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

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

border-color css

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

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

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