Html Css Color HEX #424547 Arsenic

📋 copy color: '#424547'

red 66 ◦ green 69 ◦ blue 71

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

Shades of Arsenic #424547

Tints of Arsenic #424547

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.5%

 BLUE value IS 71 (28.13% from 255) = 34.47%

R = 32.04%
G = 33.5%
B = 34.47%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#424547 (or 0x424547) is known color: Arsenic. HEX triplet: 42, 45 and 47. RGB value is (66,69,71). Sum of RGB (Red+Green+Blue) = 66+69+71=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 71 - color contains mainly: blue. Hex color #424547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424547 is #BDBAB8. Grayscale: #444444. Windows color (decimal): -12434105 or 4670786. OLE color: 4670786.

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

Color convert

RGB 66 69 71 -
CMYK 0.07 0.03 0 0.72
HSL 204º 0.04% 0.27% -
HSV(B) 204º 0.07% 0.28% -
XYZ 5.51 5.87 6.8 -
YUV 68.33 129.51 126.34 -
System Red Green Blue C M Y K H S L
Decimal 66 69 71 0.07 0.03 0 0.72 204 0.04 0.27
Hex 42 45 47 7 3 0 48 CC 4 1B
Octal 102 105 107 7 3 0 110 314 4 33
Binary 1000010 1000101 1000111 111 11 0 1001000 11001100 100 11011

Color Harmonies of #424547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424547

Black with #424547

Text Example


Text Example

White with #424547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424547; }

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

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

background-color css

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

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

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

border-color css

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

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

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