#424548

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

Shades of Arsenic #424548

Tints of Arsenic #424548

Color information

#424548 (or 0x424548) is unknown color: approx Arsenic. HEX triplet: 42, 45 and 48. RGB value is (66,69,72). Sum of RGB (Red+Green+Blue) = 66+69+72=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 72 - color contains mainly: blue. Hex color #424548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424548 is #BDBAB7. Grayscale: #444444. Windows color (decimal): -12434104 or 4736322. OLE color: 4736322.

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

Color convert

RGB666972-
CMYK0.080.0400.72
HSL210º4.35%27.06%-
HSV(B)210º8.33%28.24%-
XYZ5.545.886.97-
YUV68.44130.01126.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.88%
GREEN value IS 69 (27.34% from 255) = 33.33%
BLUE value IS 72 (28.52% from 255) = 34.78%
R=31.88%
G=33.33%
B=34.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6669720.080.0400.722104.3527.06
Hex42454884048d241b
Octal1021051101040110322433
Binary1000010100010110010001000100010010001101001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424548; }

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

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

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

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

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

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

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

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