Html Css Color HEX #41484D Arsenic

📋 copy color: '#41484D'

red 65 ◦ green 72 ◦ blue 77

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

Shades of Arsenic #41484D

Tints of Arsenic #41484D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.64%

 BLUE value IS 77 (30.47% from 255) = 35.98%

R = 30.37%
G = 33.64%
B = 35.98%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#41484D (or 0x41484D) is known color: Arsenic. HEX triplet: 41, 48 and 4D. RGB value is (65,72,77). Sum of RGB (Red+Green+Blue) = 65+72+77=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 77 - color contains mainly: blue. Hex color #41484D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41484D is #BEB7B2. Grayscale: #464646. Windows color (decimal): -12498867 or 5064769. OLE color: 5064769.

HSL color Cylindrical-coordinate representation of color #41484D: hue angle of 205º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #41484D is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 65 72 77 -
CMYK 0.16 0.06 0 0.70
HSL 205º 0.08% 0.28% -
HSV(B) 205º 0.16% 0.3% -
XYZ 5.84 6.29 7.93 -
YUV 70.48 131.68 124.09 -
System Red Green Blue C M Y K H S L
Decimal 65 72 77 0.16 0.06 0 0.70 205 0.08 0.28
Hex 41 48 4D 10 6 0 46 CD 8 1C
Octal 101 110 115 20 6 0 106 315 10 34
Binary 1000001 1001000 1001101 10000 110 0 1000110 11001101 1000 11100

Color Harmonies of #41484D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41484D

Black with #41484D

Text Example


Text Example

White with #41484D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41484D; }

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

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

background-color css

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

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

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

border-color css

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

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

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