#42474C

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

Shades of Arsenic #42474C

Tints of Arsenic #42474C

Color information

#42474C (or 0x42474C) is unknown color: approx Arsenic. HEX triplet: 42, 47 and 4C. RGB value is (66,71,76). Sum of RGB (Red+Green+Blue) = 66+71+76=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 76 - color contains mainly: blue. Hex color #42474C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42474C is #BDB8B3. Grayscale: #464646. Windows color (decimal): -12433588 or 4998978. OLE color: 4998978.

HSL color Cylindrical-coordinate representation of color #42474C: hue angle of 210º 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 #42474C is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB667176-
CMYK0.130.0700.70
HSL210º7.04%27.84%-
HSV(B)210º13.16%29.8%-
XYZ5.86.197.73-
YUV70.08131.34125.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.99%
GREEN value IS 71 (28.12% from 255) = 33.33%
BLUE value IS 76 (30.08% from 255) = 35.68%
R=30.99%
G=33.33%
B=35.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6671760.130.0700.702107.0427.84
Hex42474CD7046d271c
Octal1021071141570106322734
Binary1000010100011110011001101111010001101101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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