Html Css Color HEX #40464A Arsenic

📋 copy color: '#40464A'

red 64 ◦ green 70 ◦ blue 74

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

Shades of Arsenic #40464A

Tints of Arsenic #40464A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 35.58%

R = 30.77%
G = 33.65%
B = 35.58%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#40464A (or 0x40464A) is known color: Arsenic. HEX triplet: 40, 46 and 4A. RGB value is (64,70,74). Sum of RGB (Red+Green+Blue) = 64+70+74=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 74 - color contains mainly: blue. Hex color #40464A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40464A is #BFB9B5. Grayscale: #444444. Windows color (decimal): -12564918 or 4867648. OLE color: 4867648.

HSL color Cylindrical-coordinate representation of color #40464A: 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.14%. Process color model (Four color, CMYK) of #40464A is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 70 74 -
CMYK 0.14 0.05 0 0.71
HSL 204º 0.07% 0.27% -
HSV(B) 204º 0.14% 0.29% -
XYZ 5.54 5.96 7.34 -
YUV 68.66 131.01 124.67 -
System Red Green Blue C M Y K H S L
Decimal 64 70 74 0.14 0.05 0 0.71 204 0.07 0.27
Hex 40 46 4A E 5 0 47 CC 7 1B
Octal 100 106 112 16 5 0 107 314 7 33
Binary 1000000 1000110 1001010 1110 101 0 1000111 11001100 111 11011

Color Harmonies of #40464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40464A

Black with #40464A

Text Example


Text Example

White with #40464A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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