Html Css Color HEX #496961 Stromboli

📋 copy color: '#496961'

red 73 ◦ green 105 ◦ blue 97

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

Shades of Stromboli #496961

Tints of Stromboli #496961

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.18%

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

R = 26.55%
G = 38.18%
B = 35.27%

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

#496961 (or 0x496961) is known color: Stromboli. HEX triplet: 49, 69 and 61. RGB value is (73,105,97). Sum of RGB (Red+Green+Blue) = 73+105+97=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 97 (38.28% from 255 or 35.27% from 275); Max value from RGB is 105 - color contains mainly: green. Hex color #496961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496961 is #B6969E. Grayscale: #5E5E5E. Windows color (decimal): -11966111 or 6383945. OLE color: 6383945.

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

Color convert

RGB 73 105 97 -
CMYK 0.30 0 0.08 0.59
HSL 165º 0.18% 0.35% -
HSV(B) 165º 0.3% 0.41% -
XYZ 9.96 12.38 13.17 -
YUV 94.52 129.4 112.65 -
System Red Green Blue C M Y K H S L
Decimal 73 105 97 0.30 0 0.08 0.59 165 0.18 0.35
Hex 49 69 61 1E 0 8 3B A5 12 23
Octal 111 151 141 36 0 10 73 245 22 43
Binary 1001001 1101001 1100001 11110 0 1000 111011 10100101 10010 100011

Color Harmonies of #496961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496961

Black with #496961

Text Example


Text Example

White with #496961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496961; }

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

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

background-color css

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

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

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

border-color css

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

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

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