#496877

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

Shades of Bismark #496877

Tints of Bismark #496877

Color information

#496877 (or 0x496877) is unknown color: approx Bismark. HEX triplet: 49, 68 and 77. RGB value is (73,104,119). Sum of RGB (Red+Green+Blue) = 73+104+119=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 119 - color contains mainly: blue. Hex color #496877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496877 is #B69788. Grayscale: #606060. Windows color (decimal): -11966345 or 7825481. OLE color: 7825481.

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

Color convert

RGB73104119-
CMYK0.390.1300.53
HSL199.57º23.96%37.65%-
HSV(B)199.57º38.66%46.67%-
XYZ11.0312.6519.31-
YUV96.44140.73111.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.66%
GREEN value IS 104 (41.02% from 255) = 35.14%
BLUE value IS 119 (46.88% from 255) = 40.20%
R=24.66%
G=35.14%
B=40.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731041190.390.1300.53199.5723.9637.65
Hex49687727D035c81826
Octal11115016747150653103046
Binary100100111010001110111100111110101101011100100011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496877; }

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

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

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

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

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

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

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

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