#42484C

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

Shades of Arsenic #42484C

Tints of Arsenic #42484C

Color information

#42484C (or 0x42484C) is unknown color: approx Arsenic. HEX triplet: 42, 48 and 4C. RGB value is (66,72,76). Sum of RGB (Red+Green+Blue) = 66+72+76=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 76 - color contains mainly: blue. Hex color #42484C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42484C is #BDB7B3. Grayscale: #464646. Windows color (decimal): -12433332 or 4999234. OLE color: 4999234.

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

Color convert

RGB667276-
CMYK0.130.0500.70
HSL204º7.04%27.84%-
HSV(B)204º13.16%29.8%-
XYZ5.876.317.75-
YUV70.66131.01124.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.84%
GREEN value IS 72 (28.52% from 255) = 33.64%
BLUE value IS 76 (30.08% from 255) = 35.51%
R=30.84%
G=33.64%
B=35.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6672760.130.0500.702047.0427.84
Hex42484CD5046cc71c
Octal1021101141550106314734
Binary1000010100100010011001101101010001101100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42484C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,72,76); }

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

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

 a { background-color: rgb(66,72,76); }

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

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

 span { border-color: rgb(66,72,76); }

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