#496B73

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

Shades of Bismark #496B73

Tints of Bismark #496B73

Color information

#496B73 (or 0x496B73) is unknown color: approx Bismark. HEX triplet: 49, 6B and 73. RGB value is (73,107,115). Sum of RGB (Red+Green+Blue) = 73+107+115=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 115 - color contains mainly: blue. Hex color #496B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496B73 is #B6948C. Grayscale: #616161. Windows color (decimal): -11965581 or 7564105. OLE color: 7564105.

HSL color Cylindrical-coordinate representation of color #496B73: hue angle of 191.43º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #496B73 is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB73107115-
CMYK0.370.0700.55
HSL191.43º22.34%36.86%-
HSV(B)191.43º36.52%45.1%-
XYZ11.113.1718.18-
YUV97.75137.74110.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.75%
GREEN value IS 107 (42.19% from 255) = 36.27%
BLUE value IS 115 (45.31% from 255) = 38.98%
R=24.75%
G=36.27%
B=38.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal731071150.370.0700.55191.4322.3436.86
Hex496B73257037bf1625
Octal1111531634570672772645
Binary10010011101011111001110010111101101111011111110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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