#496979

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

Shades of Bismark #496979

Tints of Bismark #496979

Color information

#496979 (or 0x496979) is unknown color: approx Bismark. HEX triplet: 49, 69 and 79. RGB value is (73,105,121). Sum of RGB (Red+Green+Blue) = 73+105+121=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 121 - color contains mainly: blue. Hex color #496979 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496979 is #B69686. Grayscale: #616161. Windows color (decimal): -11966087 or 7956809. OLE color: 7956809.

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

Color convert

RGB73105121-
CMYK0.400.1300.53
HSL200º24.74%38.04%-
HSV(B)200º39.67%47.45%-
XYZ11.2512.919.99-
YUV97.26141.4110.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.41%
GREEN value IS 105 (41.41% from 255) = 35.12%
BLUE value IS 121 (47.66% from 255) = 40.47%
R=24.41%
G=35.12%
B=40.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731051210.400.1300.5320024.7438.04
Hex49697928D035c81926
Octal11115117150150653103146
Binary100100111010011111001101000110101101011100100011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496979; }

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

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

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

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

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

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

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

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