Html Css Color HEX #496860 Stromboli

📋 copy color: '#496860'

red 73 ◦ green 104 ◦ blue 96

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

Shades of Stromboli #496860

Tints of Stromboli #496860

RGB

 RED value IS 73 (28.91% from 255) = 26.74%

 GREEN value IS 104 (41.02% from 255) = 38.1%

 BLUE value IS 96 (37.89% from 255) = 35.16%

R = 26.74%
G = 38.1%
B = 35.16%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#496860 (or 0x496860) is known color: Stromboli. HEX triplet: 49, 68 and 60. RGB value is (73,104,96). Sum of RGB (Red+Green+Blue) = 73+104+96=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 104 - color contains mainly: green. Hex color #496860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496860 is #B6979F. Grayscale: #5D5D5D. Windows color (decimal): -11966368 or 6318153. OLE color: 6318153.

HSL color Cylindrical-coordinate representation of color #496860: hue angle of 164.52º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #496860 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 104 96 -
CMYK 0.30 0 0.08 0.59
HSL 164.52º 0.18% 0.35% -
HSV(B) 164.52º 0.3% 0.41% -
XYZ 9.81 12.16 12.9 -
YUV 93.82 129.23 113.15 -
System Red Green Blue C M Y K H S L
Decimal 73 104 96 0.30 0 0.08 0.59 164.52 0.18 0.35
Hex 49 68 60 1E 0 8 3B A5 12 23
Octal 111 150 140 36 0 10 73 245 22 43
Binary 1001001 1101000 1100000 11110 0 1000 111011 10100101 10010 100011

Color Harmonies of #496860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496860

Black with #496860

Text Example


Text Example

White with #496860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496860; }

 p { color: rgb(73,104,96); }

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

background-color css

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

 a { background-color: rgb(73,104,96); }

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

border-color css

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

 span { border-color: rgb(73,104,96); }

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