Html Css Color HEX #42484D Arsenic

📋 copy color: '#42484D'

red 66 ◦ green 72 ◦ blue 77

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

Shades of Arsenic #42484D

Tints of Arsenic #42484D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 35.81%

R = 30.7%
G = 33.49%
B = 35.81%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#42484D (or 0x42484D) is known color: Arsenic. HEX triplet: 42, 48 and 4D. RGB value is (66,72,77). Sum of RGB (Red+Green+Blue) = 66+72+77=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 77 - color contains mainly: blue. Hex color #42484D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42484D is #BDB7B2. Grayscale: #464646. Windows color (decimal): -12433331 or 5064770. OLE color: 5064770.

HSL color Cylindrical-coordinate representation of color #42484D: hue angle of 207.27º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #42484D is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 66 72 77 -
CMYK 0.14 0.06 0 0.70
HSL 207.27º 0.08% 0.28% -
HSV(B) 207.27º 0.14% 0.3% -
XYZ 5.9 6.33 7.93 -
YUV 70.78 131.51 124.59 -
System Red Green Blue C M Y K H S L
Decimal 66 72 77 0.14 0.06 0 0.70 207.27 0.08 0.28
Hex 42 48 4D E 6 0 46 CF 8 1C
Octal 102 110 115 16 6 0 106 317 10 34
Binary 1000010 1001000 1001101 1110 110 0 1000110 11001111 1000 11100

Color Harmonies of #42484D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42484D

Black with #42484D

Text Example


Text Example

White with #42484D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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