Html Css Color HEX #44464A Steel Grey

📋 copy color: '#44464A'

red 68 ◦ green 70 ◦ blue 74

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

Shades of Steel Grey #44464A

Tints of Steel Grey #44464A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 34.91%

R = 32.08%
G = 33.02%
B = 34.91%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#44464A (or 0x44464A) is known color: Steel Grey. HEX triplet: 44, 46 and 4A. RGB value is (68,70,74). Sum of RGB (Red+Green+Blue) = 68+70+74=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 74 - color contains mainly: blue. Hex color #44464A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44464A is #BBB9B5. Grayscale: #454545. Windows color (decimal): -12302774 or 4867652. OLE color: 4867652.

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

Color convert

RGB 68 70 74 -
CMYK 0.08 0.05 0 0.71
HSL 220º 0.04% 0.28% -
HSV(B) 220º 0.08% 0.29% -
XYZ 5.81 6.1 7.35 -
YUV 69.86 130.34 126.67 -
System Red Green Blue C M Y K H S L
Decimal 68 70 74 0.08 0.05 0 0.71 220 0.04 0.28
Hex 44 46 4A 8 5 0 47 DC 4 1C
Octal 104 106 112 10 5 0 107 334 4 34
Binary 1000100 1000110 1001010 1000 101 0 1000111 11011100 100 11100

Color Harmonies of #44464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44464A

Black with #44464A

Text Example


Text Example

White with #44464A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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