Html Css Color HEX #42484C Arsenic

📋 copy color: '#42484C'

red 66 ◦ green 72 ◦ blue 76

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

Shades of Arsenic #42484C

Tints of Arsenic #42484C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.64%

 BLUE value IS 76 (30.08% from 255) = 35.51%

R = 30.84%
G = 33.64%
B = 35.51%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#42484C (or 0x42484C) is known color: Arsenic. HEX triplet: 42, 48 and 4C. RGB value is (66,72,76). Sum of RGB (Red+Green+Blue) = 66+72+76=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 76 - color contains mainly: blue. Hex color #42484C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42484C is #BDB7B3. Grayscale: #464646. Windows color (decimal): -12433332 or 4999234. OLE color: 4999234.

HSL color Cylindrical-coordinate representation of color #42484C: hue angle of 204º 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 #42484C is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 66 72 76 -
CMYK 0.13 0.05 0 0.70
HSL 204º 0.07% 0.28% -
HSV(B) 204º 0.13% 0.3% -
XYZ 5.87 6.31 7.75 -
YUV 70.66 131.01 124.67 -
System Red Green Blue C M Y K H S L
Decimal 66 72 76 0.13 0.05 0 0.70 204 0.07 0.28
Hex 42 48 4C D 5 0 46 CC 7 1C
Octal 102 110 114 15 5 0 106 314 7 34
Binary 1000010 1001000 1001100 1101 101 0 1000110 11001100 111 11100

Color Harmonies of #42484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42484C

Black with #42484C

Text Example


Text Example

White with #42484C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42484C; }

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

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

background-color css

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

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

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

border-color css

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

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

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