#41494F

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

Shades of Arsenic #41494F

Tints of Arsenic #41494F

Color information

#41494F (or 0x41494F) is unknown color: approx Arsenic. HEX triplet: 41, 49 and 4F. RGB value is (65,73,79). Sum of RGB (Red+Green+Blue) = 65+73+79=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 79 - color contains mainly: blue. Hex color #41494F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41494F is #BEB6B0. Grayscale: #474747. Windows color (decimal): -12498609 or 5196097. OLE color: 5196097.

HSL color Cylindrical-coordinate representation of color #41494F: hue angle of 205.71º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #41494F is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB657379-
CMYK0.180.0800.69
HSL205.71º9.72%28.24%-
HSV(B)205.71º17.72%30.98%-
XYZ5.976.458.33-
YUV71.29132.35123.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.95%
GREEN value IS 73 (28.91% from 255) = 33.64%
BLUE value IS 79 (31.25% from 255) = 36.41%
R=29.95%
G=33.64%
B=36.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6573790.180.0800.69205.719.7228.24
Hex41494F128045cea1c
Octal101111117221001053161234
Binary1000001100100110011111001010000100010111001110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41494F; }

 p { color: rgb(65,73,79); }

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

<style>
 a { background-color: #41494F; }

 a { background-color: rgb(65,73,79); }

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

<style>
 span { border-color: #41494F; }

 span { border-color: rgb(65,73,79); }

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