Html Css Color HEX #49605B Stromboli

📋 copy color: '#49605B'

red 73 ◦ green 96 ◦ blue 91

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

Shades of Stromboli #49605B

Tints of Stromboli #49605B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.92%

 BLUE value IS 91 (35.94% from 255) = 35%

R = 28.08%
G = 36.92%
B = 35%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#49605B (or 0x49605B) is known color: Stromboli. HEX triplet: 49, 60 and 5B. RGB value is (73,96,91). Sum of RGB (Red+Green+Blue) = 73+96+91=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 96 - color contains mainly: green. Hex color #49605B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49605B is #B69FA4. Grayscale: #585858. Windows color (decimal): -11968421 or 5988425. OLE color: 5988425.

HSL color Cylindrical-coordinate representation of color #49605B: hue angle of 166.96º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #49605B is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 96 91 -
CMYK 0.24 0 0.05 0.62
HSL 166.96º 0.14% 0.33% -
HSV(B) 166.96º 0.24% 0.38% -
XYZ 8.82 10.54 11.47 -
YUV 88.55 129.38 116.91 -
System Red Green Blue C M Y K H S L
Decimal 73 96 91 0.24 0 0.05 0.62 166.96 0.14 0.33
Hex 49 60 5B 18 0 5 3E A7 E 21
Octal 111 140 133 30 0 5 76 247 16 41
Binary 1001001 1100000 1011011 11000 0 101 111110 10100111 1110 100001

Color Harmonies of #49605B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49605B

Black with #49605B

Text Example


Text Example

White with #49605B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49605B; }

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

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

background-color css

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

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

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

border-color css

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

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

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