Html Css Color HEX #414549 Arsenic

📋 copy color: '#414549'

red 65 ◦ green 69 ◦ blue 73

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

Shades of Arsenic #414549

Tints of Arsenic #414549

RGB

 RED value IS 65 (25.78% from 255) = 31.4%

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

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

R = 31.4%
G = 33.33%
B = 35.27%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#414549 (or 0x414549) is known color: Arsenic. HEX triplet: 41, 45 and 49. RGB value is (65,69,73). Sum of RGB (Red+Green+Blue) = 65+69+73=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 73 - color contains mainly: blue. Hex color #414549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414549 is #BEBAB6. Grayscale: #444444. Windows color (decimal): -12499639 or 4801857. OLE color: 4801857.

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

Color convert

RGB 65 69 73 -
CMYK 0.11 0.05 0 0.71
HSL 210º 0.06% 0.27% -
HSV(B) 210º 0.11% 0.29% -
XYZ 5.51 5.86 7.14 -
YUV 68.26 130.67 125.67 -
System Red Green Blue C M Y K H S L
Decimal 65 69 73 0.11 0.05 0 0.71 210 0.06 0.27
Hex 41 45 49 B 5 0 47 D2 6 1B
Octal 101 105 111 13 5 0 107 322 6 33
Binary 1000001 1000101 1001001 1011 101 0 1000111 11010010 110 11011

Color Harmonies of #414549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414549

Black with #414549

Text Example


Text Example

White with #414549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414549; }

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

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

background-color css

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

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

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

border-color css

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

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

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