#44474B

Color #44474B Steel Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Grey #44474B

Tints of Steel Grey #44474B

Color information

#44474B (or 0x44474B) is unknown color: approx 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

RGB687175-
CMYK0.090.0500.71
HSL214.29º4.9%28.04%-
HSV(B)214.29º9.33%29.41%-
XYZ5.916.247.55-
YUV70.56130.51126.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.78%
GREEN value IS 71 (28.12% 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 (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6871750.090.0500.71214.294.928.04
Hex44474B95047d651c
Octal1041071131150107326534
Binary1000100100011110010111001101010001111101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>