Html Css Color HEX #424648 Arsenic

📋 copy color: '#424648'

red 66 ◦ green 70 ◦ blue 72

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

Shades of Arsenic #424648

Tints of Arsenic #424648

RGB

 RED value IS 66 (26.17% from 255) = 31.73%

 GREEN value IS 70 (27.73% from 255) = 33.65%

 BLUE value IS 72 (28.52% from 255) = 34.62%

R = 31.73%
G = 33.65%
B = 34.62%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#424648 (or 0x424648) is known color: Arsenic. HEX triplet: 42, 46 and 48. RGB value is (66,70,72). Sum of RGB (Red+Green+Blue) = 66+70+72=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 72 - color contains mainly: blue. Hex color #424648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424648 is #BDB9B7. Grayscale: #454545. Windows color (decimal): -12433848 or 4736578. OLE color: 4736578.

HSL color Cylindrical-coordinate representation of color #424648: hue angle of 200º 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 #424648 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 70 72 -
CMYK 0.08 0.03 0 0.72
HSL 200º 0.04% 0.27% -
HSV(B) 200º 0.08% 0.28% -
XYZ 5.61 6.01 6.99 -
YUV 69.03 129.67 125.84 -
System Red Green Blue C M Y K H S L
Decimal 66 70 72 0.08 0.03 0 0.72 200 0.04 0.27
Hex 42 46 48 8 3 0 48 C8 4 1B
Octal 102 106 110 10 3 0 110 310 4 33
Binary 1000010 1000110 1001000 1000 11 0 1001000 11001000 100 11011

Color Harmonies of #424648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424648

Black with #424648

Text Example


Text Example

White with #424648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424648; }

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

 H1.HeaderClassName
 {
   color: #424648;
 }
 .AnyTagClassName
 {
   color: #424648;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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