Html Css Color HEX #44474A Steel Grey

📋 copy color: '#44474A'

red 68 ◦ green 71 ◦ blue 74

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

Shades of Steel Grey #44474A

Tints of Steel Grey #44474A

RGB

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

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

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

R = 31.92%
G = 33.33%
B = 34.74%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#44474A (or 0x44474A) is known color: Steel Grey. HEX triplet: 44, 47 and 4A. RGB value is (68,71,74). Sum of RGB (Red+Green+Blue) = 68+71+74=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 74 (29.30% from 255 or 34.74% from 213); Max value from RGB is 74 - color contains mainly: blue. Hex color #44474A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44474A is #BBB8B5. Grayscale: #464646. Windows color (decimal): -12302518 or 4867908. OLE color: 4867908.

HSL color Cylindrical-coordinate representation of color #44474A: hue angle of 210º 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 #44474A is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 68 71 74 -
CMYK 0.08 0.04 0 0.71
HSL 210º 0.04% 0.28% -
HSV(B) 210º 0.08% 0.29% -
XYZ 5.87 6.23 7.37 -
YUV 70.45 130.01 126.26 -
System Red Green Blue C M Y K H S L
Decimal 68 71 74 0.08 0.04 0 0.71 210 0.04 0.28
Hex 44 47 4A 8 4 0 47 D2 4 1C
Octal 104 107 112 10 4 0 107 322 4 34
Binary 1000100 1000111 1001010 1000 100 0 1000111 11010010 100 11100

Color Harmonies of #44474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44474A

Black with #44474A

Text Example


Text Example

White with #44474A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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