#42484D

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

Shades of Arsenic #42484D

Tints of Arsenic #42484D

Color information

#42484D (or 0x42484D) is unknown color: approx Arsenic. HEX triplet: 42, 48 and 4D. RGB value is (66,72,77). Sum of RGB (Red+Green+Blue) = 66+72+77=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 77 - color contains mainly: blue. Hex color #42484D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42484D is #BDB7B2. Grayscale: #464646. Windows color (decimal): -12433331 or 5064770. OLE color: 5064770.

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

Color convert

RGB667277-
CMYK0.140.0600.70
HSL207.27º7.69%28.04%-
HSV(B)207.27º14.29%30.2%-
XYZ5.96.337.93-
YUV70.78131.51124.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.70%
GREEN value IS 72 (28.52% from 255) = 33.49%
BLUE value IS 77 (30.47% from 255) = 35.81%
R=30.70%
G=33.49%
B=35.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6672770.140.0600.70207.277.6928.04
Hex42484DE6046cf81c
Octal10211011516601063171034
Binary10000101001000100110111101100100011011001111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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