Html Css Color HEX #414950 Arsenic

📋 copy color: '#414950'

red 65 ◦ green 73 ◦ blue 80

#414950
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Arsenic #414950

Tints of Arsenic #414950

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.7%

R = 29.82%
G = 33.49%
B = 36.7%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#414950 (or 0x414950) is known color: 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

RGB 65 73 80 -
CMYK 0.19 0.09 0 0.69
HSL 208º 0.1% 0.28% -
HSV(B) 208º 0.19% 0.31% -
XYZ 6.01 6.47 8.52 -
YUV 71.41 132.85 123.43 -
System Red Green Blue C M Y K H S L
Decimal 65 73 80 0.19 0.09 0 0.69 208 0.1 0.28
Hex 41 49 50 13 9 0 45 D0 A 1C
Octal 101 111 120 23 11 0 105 320 12 34
Binary 1000001 1001001 1010000 10011 1001 0 1000101 11010000 1010 11100

Color Harmonies of #414950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414950

Black with #414950

Text Example


Text Example

White with #414950

Text Example


Text Example

HTML Codes & Css Web 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>