Html Css Color HEX #40464C Arsenic

📋 copy color: '#40464C'

red 64 ◦ green 70 ◦ blue 76

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

Shades of Arsenic #40464C

Tints of Arsenic #40464C

RGB

 RED value IS 64 (25.39% from 255) = 30.48%

 GREEN value IS 70 (27.73% from 255) = 33.33%

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

R = 30.48%
G = 33.33%
B = 36.19%

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

#40464C (or 0x40464C) is known color: Arsenic. HEX triplet: 40, 46 and 4C. RGB value is (64,70,76). Sum of RGB (Red+Green+Blue) = 64+70+76=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 76 - color contains mainly: blue. Hex color #40464C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40464C is #BFB9B3. Grayscale: #444444. Windows color (decimal): -12564916 or 4998720. OLE color: 4998720.

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

Color convert

RGB 64 70 76 -
CMYK 0.16 0.08 0 0.70
HSL 210º 0.09% 0.27% -
HSV(B) 210º 0.16% 0.3% -
XYZ 5.61 5.99 7.7 -
YUV 68.89 132.01 124.51 -
System Red Green Blue C M Y K H S L
Decimal 64 70 76 0.16 0.08 0 0.70 210 0.09 0.27
Hex 40 46 4C 10 8 0 46 D2 9 1B
Octal 100 106 114 20 10 0 106 322 11 33
Binary 1000000 1000110 1001100 10000 1000 0 1000110 11010010 1001 11011

Color Harmonies of #40464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40464C

Black with #40464C

Text Example


Text Example

White with #40464C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,70,76); }

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

background-color css

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

 a { background-color: rgb(64,70,76); }

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

border-color css

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

 span { border-color: rgb(64,70,76); }

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