#496772

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

Shades of Bismark #496772

Tints of Bismark #496772

Color information

#496772 (or 0x496772) is unknown color: approx Bismark. HEX triplet: 49, 67 and 72. RGB value is (73,103,114). Sum of RGB (Red+Green+Blue) = 73+103+114=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 114 (44.92% from 255 or 39.31% from 290); Max value from RGB is 114 - color contains mainly: blue. Hex color #496772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496772 is #B6988D. Grayscale: #5F5F5F. Windows color (decimal): -11966606 or 7497545. OLE color: 7497545.

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

Color convert

RGB73103114-
CMYK0.360.1000.55
HSL196.1º21.93%36.67%-
HSV(B)196.1º35.96%44.71%-
XYZ10.6412.3317.74-
YUV95.28138.56112.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.17%
GREEN value IS 103 (40.62% from 255) = 35.52%
BLUE value IS 114 (44.92% from 255) = 39.31%
R=25.17%
G=35.52%
B=39.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal731031140.360.1000.55196.121.9336.67
Hex49677224A037c41625
Octal11114716244120673042645
Binary100100111001111110010100100101001101111100010010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496772; }

 p { color: rgb(73,103,114); }

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

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

 a { background-color: rgb(73,103,114); }

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

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

 span { border-color: rgb(73,103,114); }

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