#41484D

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

Shades of Arsenic #41484D

Tints of Arsenic #41484D

Color information

#41484D (or 0x41484D) is unknown color: approx Arsenic. HEX triplet: 41, 48 and 4D. RGB value is (65,72,77). Sum of RGB (Red+Green+Blue) = 65+72+77=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 77 - color contains mainly: blue. Hex color #41484D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41484D is #BEB7B2. Grayscale: #464646. Windows color (decimal): -12498867 or 5064769. OLE color: 5064769.

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

Color convert

RGB657277-
CMYK0.160.0600.70
HSL205º8.45%27.84%-
HSV(B)205º15.58%30.2%-
XYZ5.846.297.93-
YUV70.48131.68124.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.37%
GREEN value IS 72 (28.52% from 255) = 33.64%
BLUE value IS 77 (30.47% from 255) = 35.98%
R=30.37%
G=33.64%
B=35.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6572770.160.0600.702058.4527.84
Hex41484D106046cd81c
Octal10111011520601063151034
Binary100000110010001001101100001100100011011001101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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