Html Css Color HEX #414548 Arsenic

📋 copy color: '#414548'

red 65 ◦ green 69 ◦ blue 72

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

Shades of Arsenic #414548

Tints of Arsenic #414548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 34.95%

R = 31.55%
G = 33.5%
B = 34.95%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#414548 (or 0x414548) is known color: Arsenic. HEX triplet: 41, 45 and 48. RGB value is (65,69,72). Sum of RGB (Red+Green+Blue) = 65+69+72=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 72 - color contains mainly: blue. Hex color #414548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414548 is #BEBAB7. Grayscale: #444444. Windows color (decimal): -12499640 or 4736321. OLE color: 4736321.

HSL color Cylindrical-coordinate representation of color #414548: hue angle of 205.71º degrees, saturation: 0.05, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #414548 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 69 72 -
CMYK 0.10 0.04 0 0.72
HSL 205.71º 0.05% 0.27% -
HSV(B) 205.71º 0.1% 0.28% -
XYZ 5.48 5.85 6.97 -
YUV 68.15 130.17 125.76 -
System Red Green Blue C M Y K H S L
Decimal 65 69 72 0.10 0.04 0 0.72 205.71 0.05 0.27
Hex 41 45 48 A 4 0 48 CE 5 1B
Octal 101 105 110 12 4 0 110 316 5 33
Binary 1000001 1000101 1001000 1010 100 0 1001000 11001110 101 11011

Color Harmonies of #414548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414548

Black with #414548

Text Example


Text Example

White with #414548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414548; }

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

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

background-color css

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

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

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

border-color css

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

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

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