Html Css Color HEX #41474B Arsenic

📋 copy color: '#41474B'

red 65 ◦ green 71 ◦ blue 75

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

Shades of Arsenic #41474B

Tints of Arsenic #41474B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 35.55%

R = 30.81%
G = 33.65%
B = 35.55%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#41474B (or 0x41474B) is known color: Arsenic. HEX triplet: 41, 47 and 4B. RGB value is (65,71,75). Sum of RGB (Red+Green+Blue) = 65+71+75=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 75 - color contains mainly: blue. Hex color #41474B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41474B is #BEB8B4. Grayscale: #454545. Windows color (decimal): -12499125 or 4933441. OLE color: 4933441.

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

Color convert

RGB 65 71 75 -
CMYK 0.13 0.05 0 0.71
HSL 204º 0.07% 0.27% -
HSV(B) 204º 0.13% 0.29% -
XYZ 5.7 6.14 7.54 -
YUV 69.66 131.01 124.67 -
System Red Green Blue C M Y K H S L
Decimal 65 71 75 0.13 0.05 0 0.71 204 0.07 0.27
Hex 41 47 4B D 5 0 47 CC 7 1B
Octal 101 107 113 15 5 0 107 314 7 33
Binary 1000001 1000111 1001011 1101 101 0 1000111 11001100 111 11011

Color Harmonies of #41474B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41474B

Black with #41474B

Text Example


Text Example

White with #41474B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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