Html Css Color HEX #496A5D Stromboli

📋 copy color: '#496A5D'

red 73 ◦ green 106 ◦ blue 93

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

Shades of Stromboli #496A5D

Tints of Stromboli #496A5D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.97%

 BLUE value IS 93 (36.72% from 255) = 34.19%

R = 26.84%
G = 38.97%
B = 34.19%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#496A5D (or 0x496A5D) is known color: Stromboli. HEX triplet: 49, 6A and 5D. RGB value is (73,106,93). Sum of RGB (Red+Green+Blue) = 73+106+93=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 106 (41.80% from 255 or 38.97% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 106 - color contains mainly: green. Hex color #496A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496A5D is #B695A2. Grayscale: #5E5E5E. Windows color (decimal): -11965859 or 6122057. OLE color: 6122057.

HSL color Cylindrical-coordinate representation of color #496A5D: hue angle of 156.36º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #496A5D is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 106 93 -
CMYK 0.31 0 0.12 0.58
HSL 156.36º 0.18% 0.35% -
HSV(B) 156.36º 0.31% 0.42% -
XYZ 9.88 12.51 12.25 -
YUV 94.65 127.07 112.56 -
System Red Green Blue C M Y K H S L
Decimal 73 106 93 0.31 0 0.12 0.58 156.36 0.18 0.35
Hex 49 6A 5D 1F 0 C 3A 9C 12 23
Octal 111 152 135 37 0 14 72 234 22 43
Binary 1001001 1101010 1011101 11111 0 1100 111010 10011100 10010 100011

Color Harmonies of #496A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496A5D

Black with #496A5D

Text Example


Text Example

White with #496A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496A5D; }

 p { color: rgb(73,106,93); }

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

background-color css

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

 a { background-color: rgb(73,106,93); }

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

border-color css

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

 span { border-color: rgb(73,106,93); }

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