#41444C

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

Shades of Steel Grey #41444C

Tints of Steel Grey #41444C

Color information

#41444C (or 0x41444C) is unknown color: approx Steel Grey. HEX triplet: 41, 44 and 4C. RGB value is (65,68,76). Sum of RGB (Red+Green+Blue) = 65+68+76=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 76 - color contains mainly: blue. Hex color #41444C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41444C is #BEBBB3. Grayscale: #434343. Windows color (decimal): -12499892 or 4998209. OLE color: 4998209.

HSL color Cylindrical-coordinate representation of color #41444C: hue angle of 223.64º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #41444C is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB656876-
CMYK0.140.1100.70
HSL223.64º7.8%27.65%-
HSV(B)223.64º14.47%29.8%-
XYZ5.555.787.66-
YUV68.02132.51125.85-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.10%
GREEN value IS 68 (26.95% from 255) = 32.54%
BLUE value IS 76 (30.08% from 255) = 36.36%
R=31.10%
G=32.54%
B=36.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6568760.140.1100.70223.647.827.65
Hex41444CEB046e081c
Octal101104114161301063401034
Binary100000110001001001100111010110100011011100000100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41444C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41444C; }

 p { color: rgb(65,68,76); }

 H1.HeaderClassName
 {
   color: #41444C;
 }
 .AnyTagClassName
 {
   color: #41444C;
 }
</style>
background-color css

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

 a { background-color: rgb(65,68,76); }

 div.DivClassName
 {
   background-color: #41444C;
 }
 .BgClassName
 {
   background-color: #41444C;
 }
</style>
border-color css

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

 span { border-color: rgb(65,68,76); }

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