#464A4D

Color #464A4D Arsenic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arsenic #464A4D

Tints of Arsenic #464A4D

Color information

#464A4D (or 0x464A4D) is unknown color: approx Arsenic. HEX triplet: 46, 4A and 4D. RGB value is (70,74,77). Sum of RGB (Red+Green+Blue) = 70+74+77=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 77 - color contains mainly: blue. Hex color #464A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464A4D is #B9B5B2. Grayscale: #494949. Windows color (decimal): -12170675 or 5065286. OLE color: 5065286.

HSL color Cylindrical-coordinate representation of color #464A4D: hue angle of 205.71º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #464A4D is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB707477-
CMYK0.090.0400.70
HSL205.71º4.76%28.82%-
HSV(B)205.71º9.09%30.2%-
XYZ6.316.747.99-
YUV73.15130.17125.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.67%
GREEN value IS 74 (29.30% from 255) = 33.48%
BLUE value IS 77 (30.47% from 255) = 34.84%
R=31.67%
G=33.48%
B=34.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7074770.090.0400.70205.714.7628.82
Hex464A4D94046ce51d
Octal1061121151140106316535
Binary1000110100101010011011001100010001101100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464A4D; }

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

 H1.HeaderClassName
 {
   color: #464A4D;
 }
 .AnyTagClassName
 {
   color: #464A4D;
 }
</style>
background-color css

<style>
 a { background-color: #464A4D; }

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

 div.DivClassName
 {
   background-color: #464A4D;
 }
 .BgClassName
 {
   background-color: #464A4D;
 }
</style>
border-color css

<style>
 span { border-color: #464A4D; }

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

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