Html Css Color HEX #41474C Arsenic

📋 copy color: '#41474C'

red 65 ◦ green 71 ◦ blue 76

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

Shades of Arsenic #41474C

Tints of Arsenic #41474C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 35.85%

R = 30.66%
G = 33.49%
B = 35.85%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#41474C (or 0x41474C) is known color: Arsenic. HEX triplet: 41, 47 and 4C. RGB value is (65,71,76). Sum of RGB (Red+Green+Blue) = 65+71+76=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 76 - color contains mainly: blue. Hex color #41474C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41474C is #BEB8B3. Grayscale: #454545. Windows color (decimal): -12499124 or 4998977. OLE color: 4998977.

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

Color convert

RGB 65 71 76 -
CMYK 0.14 0.07 0 0.70
HSL 207.27º 0.08% 0.28% -
HSV(B) 207.27º 0.14% 0.3% -
XYZ 5.74 6.15 7.72 -
YUV 69.78 131.51 124.59 -
System Red Green Blue C M Y K H S L
Decimal 65 71 76 0.14 0.07 0 0.70 207.27 0.08 0.28
Hex 41 47 4C E 7 0 46 CF 8 1C
Octal 101 107 114 16 7 0 106 317 10 34
Binary 1000001 1000111 1001100 1110 111 0 1000110 11001111 1000 11100

Color Harmonies of #41474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41474C

Black with #41474C

Text Example


Text Example

White with #41474C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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