#496F77

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

Shades of Bismark #496F77

Tints of Bismark #496F77

Color information

#496F77 (or 0x496F77) is unknown color: approx Bismark. HEX triplet: 49, 6F and 77. RGB value is (73,111,119). Sum of RGB (Red+Green+Blue) = 73+111+119=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 119 (46.88% from 255 or 39.27% from 303); Max value from RGB is 119 - color contains mainly: blue. Hex color #496F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496F77 is #B69088. Grayscale: #646464. Windows color (decimal): -11964553 or 7827273. OLE color: 7827273.

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

Color convert

RGB73111119-
CMYK0.390.0700.53
HSL190.43º23.96%37.65%-
HSV(B)190.43º38.66%46.67%-
XYZ11.7614.1219.56-
YUV100.55138.41108.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.09%
GREEN value IS 111 (43.75% from 255) = 36.63%
BLUE value IS 119 (46.88% from 255) = 39.27%
R=24.09%
G=36.63%
B=39.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731111190.390.0700.53190.4323.9637.65
Hex496F77277035be1826
Octal1111571674770652763046
Binary10010011101111111011110011111101101011011111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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