#496579

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

Shades of Bismark #496579

Tints of Bismark #496579

Color information

#496579 (or 0x496579) is unknown color: approx Bismark. HEX triplet: 49, 65 and 79. RGB value is (73,101,121). Sum of RGB (Red+Green+Blue) = 73+101+121=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 121 - color contains mainly: blue. Hex color #496579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496579 is #B69A86. Grayscale: #5E5E5E. Windows color (decimal): -11967111 or 7955785. OLE color: 7955785.

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

Color convert

RGB73101121-
CMYK0.400.1700.53
HSL205º24.74%38.04%-
HSV(B)205º39.67%47.45%-
XYZ10.8512.119.85-
YUV94.91142.72112.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.75%
GREEN value IS 101 (39.84% from 255) = 34.24%
BLUE value IS 121 (47.66% from 255) = 41.02%
R=24.75%
G=34.24%
B=41.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731011210.400.1700.5320524.7438.04
Hex4965792811035cd1926
Octal11114517150210653153146
Binary1001001110010111110011010001000101101011100110111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496579; }

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

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

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

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

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

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

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

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