#496B77

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

Shades of Bismark #496B77

Tints of Bismark #496B77

Color information

#496B77 (or 0x496B77) is unknown color: approx Bismark. HEX triplet: 49, 6B and 77. RGB value is (73,107,119). Sum of RGB (Red+Green+Blue) = 73+107+119=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 119 - color contains mainly: blue. Hex color #496B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496B77 is #B69488. Grayscale: #626262. Windows color (decimal): -11965577 or 7826249. OLE color: 7826249.

HSL color Cylindrical-coordinate representation of color #496B77: hue angle of 195.65º 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 #496B77 is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB73107119-
CMYK0.390.1000.53
HSL195.65º23.96%37.65%-
HSV(B)195.65º38.66%46.67%-
XYZ11.3413.2619.42-
YUV98.2139.74110.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.41%
GREEN value IS 107 (42.19% from 255) = 35.79%
BLUE value IS 119 (46.88% from 255) = 39.80%
R=24.41%
G=35.79%
B=39.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731071190.390.1000.53195.6523.9637.65
Hex496B7727A035c41826
Octal11115316747120653043046
Binary100100111010111110111100111101001101011100010011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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