#41474D

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

Shades of Arsenic #41474D

Tints of Arsenic #41474D

Color information

#41474D (or 0x41474D) is unknown color: approx Arsenic. HEX triplet: 41, 47 and 4D. RGB value is (65,71,77). Sum of RGB (Red+Green+Blue) = 65+71+77=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 77 - color contains mainly: blue. Hex color #41474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41474D is #BEB8B2. Grayscale: #454545. Windows color (decimal): -12499123 or 5064513. OLE color: 5064513.

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

Color convert

RGB657177-
CMYK0.160.0800.70
HSL210º8.45%27.84%-
HSV(B)210º15.58%30.2%-
XYZ5.776.177.91-
YUV69.89132.01124.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.52%
GREEN value IS 71 (28.12% from 255) = 33.33%
BLUE value IS 77 (30.47% from 255) = 36.15%
R=30.52%
G=33.33%
B=36.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6571770.160.0800.702108.4527.84
Hex41474D108046d281c
Octal101107115201001063221034
Binary1000001100011110011011000010000100011011010010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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