Html Css Color HEX #41474D Arsenic

📋 copy color: '#41474D'

red 65 ◦ green 71 ◦ blue 77

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

Shades of Arsenic #41474D

Tints of Arsenic #41474D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.33%

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

R = 30.52%
G = 33.33%
B = 36.15%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#41474D (or 0x41474D) is known color: Arsenic. HEX triplet: 41, 47 and 4D. RGB value is (65,71,77). Sum of RGB (Red+Green+Blue) = 65+71+77=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 77 - color contains mainly: blue. Hex color #41474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41474D is #BEB8B2. Grayscale: #454545. Windows color (decimal): -12499123 or 5064513. OLE color: 5064513.

HSL color Cylindrical-coordinate representation of color #41474D: hue angle of 210º 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 #41474D is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 65 71 77 -
CMYK 0.16 0.08 0 0.70
HSL 210º 0.08% 0.28% -
HSV(B) 210º 0.16% 0.3% -
XYZ 5.77 6.17 7.91 -
YUV 69.89 132.01 124.51 -
System Red Green Blue C M Y K H S L
Decimal 65 71 77 0.16 0.08 0 0.70 210 0.08 0.28
Hex 41 47 4D 10 8 0 46 D2 8 1C
Octal 101 107 115 20 10 0 106 322 10 34
Binary 1000001 1000111 1001101 10000 1000 0 1000110 11010010 1000 11100

Color Harmonies of #41474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41474D

Black with #41474D

Text Example


Text Example

White with #41474D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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