Html Css Color HEX #424548 Arsenic

📋 copy color: '#424548'

red 66 ◦ green 69 ◦ blue 72

#424548
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Arsenic #424548

Tints of Arsenic #424548

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 value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#424548 (or 0x424548) is known color: 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

RGB 66 69 72 -
CMYK 0.08 0.04 0 0.72
HSL 210º 0.04% 0.27% -
HSV(B) 210º 0.08% 0.28% -
XYZ 5.54 5.88 6.97 -
YUV 68.45 130.01 126.26 -
System Red Green Blue C M Y K H S L
Decimal 66 69 72 0.08 0.04 0 0.72 210 0.04 0.27
Hex 42 45 48 8 4 0 48 D2 4 1B
Octal 102 105 110 10 4 0 110 322 4 33
Binary 1000010 1000101 1001000 1000 100 0 1001000 11010010 100 11011

Color Harmonies of #424548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424548

Black with #424548

Text Example


Text Example

White with #424548

Text Example


Text Example

HTML Codes & Css Web 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>