#45484A

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

Shades of Arsenic #45484A

Tints of Arsenic #45484A

Color information

#45484A (or 0x45484A) is unknown color: approx Arsenic. HEX triplet: 45, 48 and 4A. RGB value is (69,72,74). Sum of RGB (Red+Green+Blue) = 69+72+74=215 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.09% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 74 - color contains mainly: blue. Hex color #45484A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45484A is #BAB7B5. Grayscale: #474747. Windows color (decimal): -12236726 or 4868165. OLE color: 4868165.

HSL color Cylindrical-coordinate representation of color #45484A: hue angle of 204º degrees, saturation: 0.03, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #45484A is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB697274-
CMYK0.070.0300.71
HSL204º3.5%28.04%-
HSV(B)204º6.76%29.02%-
XYZ6.016.397.4-
YUV71.33129.51126.34-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.09%
GREEN value IS 72 (28.52% from 255) = 33.49%
BLUE value IS 74 (29.30% from 255) = 34.42%
R=32.09%
G=33.49%
B=34.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6972740.070.0300.712043.528.04
Hex45484A73047cc31c
Octal105110112730107314334
Binary1000101100100010010101111101000111110011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45484A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,72,74); }

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

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

 a { background-color: rgb(69,72,74); }

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

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

 span { border-color: rgb(69,72,74); }

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