Html Css Color HEX #496861 Stromboli

📋 copy color: '#496861'

red 73 ◦ green 104 ◦ blue 97

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

Shades of Stromboli #496861

Tints of Stromboli #496861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 35.4%

R = 26.64%
G = 37.96%
B = 35.4%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#496861 (or 0x496861) is known color: Stromboli. HEX triplet: 49, 68 and 61. RGB value is (73,104,97). Sum of RGB (Red+Green+Blue) = 73+104+97=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 97 (38.28% from 255 or 35.40% from 274); Max value from RGB is 104 - color contains mainly: green. Hex color #496861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496861 is #B6979E. Grayscale: #5D5D5D. Windows color (decimal): -11966367 or 6383689. OLE color: 6383689.

HSL color Cylindrical-coordinate representation of color #496861: hue angle of 166.45º 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 #496861 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 104 97 -
CMYK 0.30 0 0.07 0.59
HSL 166.45º 0.18% 0.35% -
HSV(B) 166.45º 0.3% 0.41% -
XYZ 9.86 12.18 13.14 -
YUV 93.93 129.73 113.07 -
System Red Green Blue C M Y K H S L
Decimal 73 104 97 0.30 0 0.07 0.59 166.45 0.18 0.35
Hex 49 68 61 1E 0 7 3B A6 12 23
Octal 111 150 141 36 0 7 73 246 22 43
Binary 1001001 1101000 1100001 11110 0 111 111011 10100110 10010 100011

Color Harmonies of #496861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496861

Black with #496861

Text Example


Text Example

White with #496861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496861; }

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

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

background-color css

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

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

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

border-color css

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

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

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