#414950

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

Shades of Arsenic #414950

Tints of Arsenic #414950

Color information

#414950 (or 0x414950) is unknown color: approx Arsenic. HEX triplet: 41, 49 and 50. RGB value is (65,73,80). Sum of RGB (Red+Green+Blue) = 65+73+80=218 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.82% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 80 - color contains mainly: blue. Hex color #414950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414950 is #BEB6AF. Grayscale: #474747. Windows color (decimal): -12498608 or 5261633. OLE color: 5261633.

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

Color convert

RGB657380-
CMYK0.190.0900.69
HSL208º10.34%28.43%-
HSV(B)208º18.75%31.37%-
XYZ6.016.478.52-
YUV71.41132.85123.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.82%
GREEN value IS 73 (28.91% from 255) = 33.49%
BLUE value IS 80 (31.64% from 255) = 36.70%
R=29.82%
G=33.49%
B=36.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6573800.190.0900.6920810.3428.43
Hex414950139045d0a1c
Octal101111120231101053201234
Binary1000001100100110100001001110010100010111010000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414950; }

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

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

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

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

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

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

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

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