Html Css Color HEX #40464B Arsenic

📋 copy color: '#40464B'

red 64 ◦ green 70 ◦ blue 75

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

Shades of Arsenic #40464B

Tints of Arsenic #40464B

RGB

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

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

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

R = 30.62%
G = 33.49%
B = 35.89%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#40464B (or 0x40464B) is known color: Arsenic. HEX triplet: 40, 46 and 4B. RGB value is (64,70,75). Sum of RGB (Red+Green+Blue) = 64+70+75=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 75 - color contains mainly: blue. Hex color #40464B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40464B is #BFB9B4. Grayscale: #444444. Windows color (decimal): -12564917 or 4933184. OLE color: 4933184.

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

Color convert

RGB 64 70 75 -
CMYK 0.15 0.07 0 0.71
HSL 207.27º 0.08% 0.27% -
HSV(B) 207.27º 0.15% 0.29% -
XYZ 5.57 5.98 7.52 -
YUV 68.78 131.51 124.59 -
System Red Green Blue C M Y K H S L
Decimal 64 70 75 0.15 0.07 0 0.71 207.27 0.08 0.27
Hex 40 46 4B F 7 0 47 CF 8 1B
Octal 100 106 113 17 7 0 107 317 10 33
Binary 1000000 1000110 1001011 1111 111 0 1000111 11001111 1000 11011

Color Harmonies of #40464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40464B

Black with #40464B

Text Example


Text Example

White with #40464B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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