#496879

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

Shades of Bismark #496879

Tints of Bismark #496879

Color information

#496879 (or 0x496879) is unknown color: approx Bismark. HEX triplet: 49, 68 and 79. RGB value is (73,104,121). Sum of RGB (Red+Green+Blue) = 73+104+121=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 121 - color contains mainly: blue. Hex color #496879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496879 is #B69786. Grayscale: #606060. Windows color (decimal): -11966343 or 7956553. OLE color: 7956553.

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

Color convert

RGB73104121-
CMYK0.400.1400.53
HSL201.25º24.74%38.04%-
HSV(B)201.25º39.67%47.45%-
XYZ11.1512.719.95-
YUV96.67141.73111.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.50%
GREEN value IS 104 (41.02% from 255) = 34.90%
BLUE value IS 121 (47.66% from 255) = 40.60%
R=24.50%
G=34.90%
B=40.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731041210.400.1400.53201.2524.7438.04
Hex49687928E035c91926
Octal11115017150160653113146
Binary100100111010001111001101000111001101011100100111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496879; }

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

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

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

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

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

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

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

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