Html Css Color HEX #42474C Arsenic

📋 copy color: '#42474C'

red 66 ◦ green 71 ◦ blue 76

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

Shades of Arsenic #42474C

Tints of Arsenic #42474C

RGB

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

 GREEN value IS 71 (28.13% 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 value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#42474C (or 0x42474C) is known color: 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

RGB 66 71 76 -
CMYK 0.13 0.07 0 0.70
HSL 210º 0.07% 0.28% -
HSV(B) 210º 0.13% 0.3% -
XYZ 5.8 6.19 7.73 -
YUV 70.08 131.34 125.09 -
System Red Green Blue C M Y K H S L
Decimal 66 71 76 0.13 0.07 0 0.70 210 0.07 0.28
Hex 42 47 4C D 7 0 46 D2 7 1C
Octal 102 107 114 15 7 0 106 322 7 34
Binary 1000010 1000111 1001100 1101 111 0 1000110 11010010 111 11100

Color Harmonies of #42474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42474C

Black with #42474C

Text Example


Text Example

White with #42474C

Text Example


Text Example

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