#496D77

Color #496D77 Bismark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bismark #496D77

Tints of Bismark #496D77

Color information

#496D77 (or 0x496D77) is unknown color: approx Bismark. HEX triplet: 49, 6D and 77. RGB value is (73,109,119). Sum of RGB (Red+Green+Blue) = 73+109+119=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 119 - color contains mainly: blue. Hex color #496D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496D77 is #B69288. Grayscale: #636363. Windows color (decimal): -11965065 or 7826761. OLE color: 7826761.

HSL color Cylindrical-coordinate representation of color #496D77: hue angle of 193.04º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #496D77 is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB73109119-
CMYK0.390.0800.53
HSL193.04º23.96%37.65%-
HSV(B)193.04º38.66%46.67%-
XYZ11.5513.6919.49-
YUV99.38139.07109.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.25%
GREEN value IS 109 (42.97% from 255) = 36.21%
BLUE value IS 119 (46.88% from 255) = 39.53%
R=24.25%
G=36.21%
B=39.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731091190.390.0800.53193.0423.9637.65
Hex496D77278035c11826
Octal11115516747100653013046
Binary100100111011011110111100111100001101011100000111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,109,119); }

 H1.HeaderClassName
 {
   color: #496D77;
 }
 .AnyTagClassName
 {
   color: #496D77;
 }
</style>
background-color css

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

 a { background-color: rgb(73,109,119); }

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

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

 span { border-color: rgb(73,109,119); }

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