#42484E

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

Shades of Arsenic #42484E

Tints of Arsenic #42484E

Color information

#42484E (or 0x42484E) is unknown color: approx Arsenic. HEX triplet: 42, 48 and 4E. RGB value is (66,72,78). Sum of RGB (Red+Green+Blue) = 66+72+78=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 78 - color contains mainly: blue. Hex color #42484E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42484E is #BDB7B1. Grayscale: #464646. Windows color (decimal): -12433330 or 5130306. OLE color: 5130306.

HSL color Cylindrical-coordinate representation of color #42484E: hue angle of 210º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #42484E is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB667278-
CMYK0.150.0800.69
HSL210º8.33%28.24%-
HSV(B)210º15.38%30.59%-
XYZ5.946.348.12-
YUV70.89132.01124.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.56%
GREEN value IS 72 (28.52% from 255) = 33.33%
BLUE value IS 78 (30.86% from 255) = 36.11%
R=30.56%
G=33.33%
B=36.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6672780.150.0800.692108.3328.24
Hex42484EF8045d281c
Octal102110116171001053221034
Binary100001010010001001110111110000100010111010010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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