#496977

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

Shades of Bismark #496977

Tints of Bismark #496977

Color information

#496977 (or 0x496977) is unknown color: approx Bismark. HEX triplet: 49, 69 and 77. RGB value is (73,105,119). Sum of RGB (Red+Green+Blue) = 73+105+119=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 119 (46.88% from 255 or 40.07% from 297); Max value from RGB is 119 - color contains mainly: blue. Hex color #496977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496977 is #B69688. Grayscale: #606060. Windows color (decimal): -11966089 or 7825737. OLE color: 7825737.

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

Color convert

RGB73105119-
CMYK0.390.1200.53
HSL198.26º23.96%37.65%-
HSV(B)198.26º38.66%46.67%-
XYZ11.1312.8519.35-
YUV97.03140.4110.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.58%
GREEN value IS 105 (41.41% from 255) = 35.35%
BLUE value IS 119 (46.88% from 255) = 40.07%
R=24.58%
G=35.35%
B=40.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731051190.390.1200.53198.2623.9637.65
Hex49697727C035c61826
Octal11115116747140653063046
Binary100100111010011110111100111110001101011100011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496977; }

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

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

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

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

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

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

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

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