Html Css Color HEX #404549 Arsenic

📋 copy color: '#404549'

red 64 ◦ green 69 ◦ blue 73

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

Shades of Arsenic #404549

Tints of Arsenic #404549

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.5%

 BLUE value IS 73 (28.91% from 255) = 35.44%

R = 31.07%
G = 33.5%
B = 35.44%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#404549 (or 0x404549) is known color: Arsenic. HEX triplet: 40, 45 and 49. RGB value is (64,69,73). Sum of RGB (Red+Green+Blue) = 64+69+73=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 73 - color contains mainly: blue. Hex color #404549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404549 is #BFBAB6. Grayscale: #434343. Windows color (decimal): -12565175 or 4801856. OLE color: 4801856.

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

Color convert

RGB 64 69 73 -
CMYK 0.12 0.05 0 0.71
HSL 206.67º 0.07% 0.27% -
HSV(B) 206.67º 0.12% 0.29% -
XYZ 5.45 5.83 7.14 -
YUV 67.96 130.84 125.17 -
System Red Green Blue C M Y K H S L
Decimal 64 69 73 0.12 0.05 0 0.71 206.67 0.07 0.27
Hex 40 45 49 C 5 0 47 CF 7 1B
Octal 100 105 111 14 5 0 107 317 7 33
Binary 1000000 1000101 1001001 1100 101 0 1000111 11001111 111 11011

Color Harmonies of #404549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404549

Black with #404549

Text Example


Text Example

White with #404549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404549; }

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

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

background-color css

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

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

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

border-color css

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

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

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