Html Css Color HEX #42494F Arsenic

📋 copy color: '#42494F'

red 66 ◦ green 73 ◦ blue 79

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

Shades of Arsenic #42494F

Tints of Arsenic #42494F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.49%

 BLUE value IS 79 (31.25% from 255) = 36.24%

R = 30.28%
G = 33.49%
B = 36.24%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#42494F (or 0x42494F) is known color: Arsenic. HEX triplet: 42, 49 and 4F. RGB value is (66,73,79). Sum of RGB (Red+Green+Blue) = 66+73+79=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 79 - color contains mainly: blue. Hex color #42494F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42494F is #BDB6B0. Grayscale: #474747. Windows color (decimal): -12433073 or 5196098. OLE color: 5196098.

HSL color Cylindrical-coordinate representation of color #42494F: hue angle of 207.69º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #42494F is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 73 79 -
CMYK 0.16 0.08 0 0.69
HSL 207.69º 0.09% 0.28% -
HSV(B) 207.69º 0.16% 0.31% -
XYZ 6.04 6.49 8.33 -
YUV 71.59 132.18 124.01 -
System Red Green Blue C M Y K H S L
Decimal 66 73 79 0.16 0.08 0 0.69 207.69 0.09 0.28
Hex 42 49 4F 10 8 0 45 D0 9 1C
Octal 102 111 117 20 10 0 105 320 11 34
Binary 1000010 1001001 1001111 10000 1000 0 1000101 11010000 1001 11100

Color Harmonies of #42494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42494F

Black with #42494F

Text Example


Text Example

White with #42494F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42494F; }

 p { color: rgb(66,73,79); }

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

background-color css

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

 a { background-color: rgb(66,73,79); }

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

border-color css

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

 span { border-color: rgb(66,73,79); }

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