#497077

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

Shades of Bismark #497077

Tints of Bismark #497077

Color information

#497077 (or 0x497077) is unknown color: approx Bismark. HEX triplet: 49, 70 and 77. RGB value is (73,112,119). Sum of RGB (Red+Green+Blue) = 73+112+119=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 119 - color contains mainly: blue. Hex color #497077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497077 is #B68F88. Grayscale: #656565. Windows color (decimal): -11964297 or 7827529. OLE color: 7827529.

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

Color convert

RGB73112119-
CMYK0.390.0600.53
HSL189.13º23.96%37.65%-
HSV(B)189.13º38.66%46.67%-
XYZ11.8714.3419.59-
YUV101.14138.08107.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.01%
GREEN value IS 112 (44.14% from 255) = 36.84%
BLUE value IS 119 (46.88% from 255) = 39.14%
R=24.01%
G=36.84%
B=39.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731121190.390.0600.53189.1323.9637.65
Hex497077276035bd1826
Octal1111601674760652753046
Binary10010011110000111011110011111001101011011110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497077; }

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

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

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

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

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

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

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

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