#496F79

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

Shades of Bismark #496F79

Tints of Bismark #496F79

Color information

#496F79 (or 0x496F79) is unknown color: approx Bismark. HEX triplet: 49, 6F and 79. RGB value is (73,111,121). Sum of RGB (Red+Green+Blue) = 73+111+121=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 121 - color contains mainly: blue. Hex color #496F79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496F79 is #B69086. Grayscale: #646464. Windows color (decimal): -11964551 or 7958345. OLE color: 7958345.

HSL color Cylindrical-coordinate representation of color #496F79: hue angle of 192.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #496F79 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB73111121-
CMYK0.400.0800.53
HSL192.5º24.74%38.04%-
HSV(B)192.5º39.67%47.45%-
XYZ11.8814.1720.2-
YUV100.78139.41108.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.93%
GREEN value IS 111 (43.75% from 255) = 36.39%
BLUE value IS 121 (47.66% from 255) = 39.67%
R=23.93%
G=36.39%
B=39.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731111210.400.0800.53192.524.7438.04
Hex496F79288035c01926
Octal11115717150100653003146
Binary100100111011111111001101000100001101011100000011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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