Html Css Color HEX #44474B Steel Grey

📋 copy color: '#44474B'

red 68 ◦ green 71 ◦ blue 75

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

Shades of Steel Grey #44474B

Tints of Steel Grey #44474B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 35.05%

R = 31.78%
G = 33.18%
B = 35.05%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#44474B (or 0x44474B) is known color: Steel Grey. HEX triplet: 44, 47 and 4B. RGB value is (68,71,75). Sum of RGB (Red+Green+Blue) = 68+71+75=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 75 - color contains mainly: blue. Hex color #44474B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44474B is #BBB8B4. Grayscale: #464646. Windows color (decimal): -12302517 or 4933444. OLE color: 4933444.

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

Color convert

RGB 68 71 75 -
CMYK 0.09 0.05 0 0.71
HSL 214.29º 0.05% 0.28% -
HSV(B) 214.29º 0.09% 0.29% -
XYZ 5.91 6.24 7.55 -
YUV 70.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 68 71 75 0.09 0.05 0 0.71 214.29 0.05 0.28
Hex 44 47 4B 9 5 0 47 D6 5 1C
Octal 104 107 113 11 5 0 107 326 5 34
Binary 1000100 1000111 1001011 1001 101 0 1000111 11010110 101 11100

Color Harmonies of #44474B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44474B

Black with #44474B

Text Example


Text Example

White with #44474B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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