#45494C

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

Shades of Arsenic #45494C

Tints of Arsenic #45494C

Color information

#45494C (or 0x45494C) is unknown color: approx Arsenic. HEX triplet: 45, 49 and 4C. RGB value is (69,73,76). Sum of RGB (Red+Green+Blue) = 69+73+76=218 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.65% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 76 - color contains mainly: blue. Hex color #45494C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45494C is #BAB6B3. Grayscale: #484848. Windows color (decimal): -12236468 or 4999493. OLE color: 4999493.

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

Color convert

RGB697376-
CMYK0.090.0400.70
HSL205.71º4.83%28.43%-
HSV(B)205.71º9.21%29.8%-
XYZ6.146.557.78-
YUV72.15130.17125.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.65%
GREEN value IS 73 (28.91% from 255) = 33.49%
BLUE value IS 76 (30.08% from 255) = 34.86%
R=31.65%
G=33.49%
B=34.86%

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
Decimal6973760.090.0400.70205.714.8328.43
Hex45494C94046ce51c
Octal1051111141140106316534
Binary1000101100100110011001001100010001101100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,73,76); }

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

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

 a { background-color: rgb(69,73,76); }

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

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

 span { border-color: rgb(69,73,76); }

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