#41464B

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

Shades of Arsenic #41464B

Tints of Arsenic #41464B

Color information

#41464B (or 0x41464B) is unknown color: approx Arsenic. HEX triplet: 41, 46 and 4B. RGB value is (65,70,75). Sum of RGB (Red+Green+Blue) = 65+70+75=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 75 - color contains mainly: blue. Hex color #41464B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41464B is #BEB9B4. Grayscale: #454545. Windows color (decimal): -12499381 or 4933185. OLE color: 4933185.

HSL color Cylindrical-coordinate representation of color #41464B: hue angle of 210º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #41464B is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB657075-
CMYK0.130.0700.71
HSL210º7.14%27.45%-
HSV(B)210º13.33%29.41%-
XYZ5.646.017.52-
YUV69.07131.34125.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.95%
GREEN value IS 70 (27.73% from 255) = 33.33%
BLUE value IS 75 (29.69% from 255) = 35.71%
R=30.95%
G=33.33%
B=35.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6570750.130.0700.712107.1427.45
Hex41464BD7047d271b
Octal1011061131570107322733
Binary1000001100011010010111101111010001111101001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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