#496375

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

Shades of Bismark #496375

Tints of Bismark #496375

Color information

#496375 (or 0x496375) is unknown color: approx Bismark. HEX triplet: 49, 63 and 75. RGB value is (73,99,117). Sum of RGB (Red+Green+Blue) = 73+99+117=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 117 - color contains mainly: blue. Hex color #496375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496375 is #B69C8A. Grayscale: #5D5D5D. Windows color (decimal): -11967627 or 7693129. OLE color: 7693129.

HSL color Cylindrical-coordinate representation of color #496375: hue angle of 204.55º degrees, saturation: 0.23, 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 #496375 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7399117-
CMYK0.380.1500.54
HSL204.55º23.16%37.25%-
HSV(B)204.55º37.61%45.88%-
XYZ10.4211.6218.52-
YUV93.28141.39113.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.26%
GREEN value IS 99 (39.06% from 255) = 34.26%
BLUE value IS 117 (46.09% from 255) = 40.48%
R=25.26%
G=34.26%
B=40.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73991170.380.1500.54204.5523.1637.25
Hex49637526F036cd1725
Octal11114316546170663152745
Binary100100111000111110101100110111101101101100110110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496375; }

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

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

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

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

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

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

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

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