#496376

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

Shades of Bismark #496376

Tints of Bismark #496376

Color information

#496376 (or 0x496376) is unknown color: approx Bismark. HEX triplet: 49, 63 and 76. RGB value is (73,99,118). Sum of RGB (Red+Green+Blue) = 73+99+118=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 118 - color contains mainly: blue. Hex color #496376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496376 is #B69C89. Grayscale: #5D5D5D. Windows color (decimal): -11967626 or 7758665. OLE color: 7758665.

HSL color Cylindrical-coordinate representation of color #496376: hue angle of 205.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #496376 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7399118-
CMYK0.380.1600.54
HSL205.33º23.56%37.45%-
HSV(B)205.33º38.14%46.27%-
XYZ10.4811.6518.84-
YUV93.39141.89113.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.17%
GREEN value IS 99 (39.06% from 255) = 34.14%
BLUE value IS 118 (46.48% from 255) = 40.69%
R=25.17%
G=34.14%
B=40.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73991180.380.1600.54205.3323.5637.45
Hex4963762610036cd1825
Octal11114316646200663153045
Binary1001001110001111101101001101000001101101100110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496376; }

 p { color: rgb(73,99,118); }

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

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

 a { background-color: rgb(73,99,118); }

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

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

 span { border-color: rgb(73,99,118); }

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