Html Css Color HEX #404950 Arsenic

📋 copy color: '#404950'

red 64 ◦ green 73 ◦ blue 80

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

Shades of Arsenic #404950

Tints of Arsenic #404950

RGB

 RED value IS 64 (25.39% from 255) = 29.49%

 GREEN value IS 73 (28.91% from 255) = 33.64%

 BLUE value IS 80 (31.64% from 255) = 36.87%

R = 29.49%
G = 33.64%
B = 36.87%

CMYK

 C value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#404950 (or 0x404950) is known color: Arsenic. HEX triplet: 40, 49 and 50. RGB value is (64,73,80). Sum of RGB (Red+Green+Blue) = 64+73+80=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 80 - color contains mainly: blue. Hex color #404950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404950 is #BFB6AF. Grayscale: #474747. Windows color (decimal): -12564144 or 5261632. OLE color: 5261632.

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

Color convert

RGB 64 73 80 -
CMYK 0.20 0.09 0 0.69
HSL 206.25º 0.11% 0.28% -
HSV(B) 206.25º 0.2% 0.31% -
XYZ 5.94 6.43 8.52 -
YUV 71.11 133.02 122.93 -
System Red Green Blue C M Y K H S L
Decimal 64 73 80 0.20 0.09 0 0.69 206.25 0.11 0.28
Hex 40 49 50 14 9 0 45 CE B 1C
Octal 100 111 120 24 11 0 105 316 13 34
Binary 1000000 1001001 1010000 10100 1001 0 1000101 11001110 1011 11100

Color Harmonies of #404950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404950

Black with #404950

Text Example


Text Example

White with #404950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404950; }

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

 H1.HeaderClassName
 {
   color: #404950;
 }
 .AnyTagClassName
 {
   color: #404950;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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