#41464D

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

Shades of Steel Grey #41464D

Tints of Steel Grey #41464D

Color information

#41464D (or 0x41464D) is unknown color: approx Steel Grey. HEX triplet: 41, 46 and 4D. RGB value is (65,70,77). Sum of RGB (Red+Green+Blue) = 65+70+77=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 77 - color contains mainly: blue. Hex color #41464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41464D is #BEB9B2. Grayscale: #454545. Windows color (decimal): -12499379 or 5064257. OLE color: 5064257.

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

Color convert

RGB657077-
CMYK0.160.0900.70
HSL215º8.45%27.84%-
HSV(B)215º15.58%30.2%-
XYZ5.716.047.89-
YUV69.3132.34124.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.66%
GREEN value IS 70 (27.73% from 255) = 33.02%
BLUE value IS 77 (30.47% from 255) = 36.32%
R=30.66%
G=33.02%
B=36.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6570770.160.0900.702158.4527.84
Hex41464D109046d781c
Octal101106115201101063271034
Binary1000001100011010011011000010010100011011010111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41464D; }

 p { color: rgb(65,70,77); }

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

<style>
 a { background-color: #41464D; }

 a { background-color: rgb(65,70,77); }

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

<style>
 span { border-color: #41464D; }

 span { border-color: rgb(65,70,77); }

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