#496476

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

Shades of Bismark #496476

Tints of Bismark #496476

Color information

#496476 (or 0x496476) is unknown color: approx Bismark. HEX triplet: 49, 64 and 76. RGB value is (73,100,118). Sum of RGB (Red+Green+Blue) = 73+100+118=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 118 - color contains mainly: blue. Hex color #496476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496476 is #B69B89. Grayscale: #5D5D5D. Windows color (decimal): -11967370 or 7758921. OLE color: 7758921.

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

Color convert

RGB73100118-
CMYK0.380.1500.54
HSL204º23.56%37.45%-
HSV(B)204º38.14%46.27%-
XYZ10.5711.8418.87-
YUV93.98141.55113.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.09%
GREEN value IS 100 (39.45% from 255) = 34.36%
BLUE value IS 118 (46.48% from 255) = 40.55%
R=25.09%
G=34.36%
B=40.55%

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
Decimal731001180.380.1500.5420423.5637.45
Hex49647626F036cc1825
Octal11114416646170663143045
Binary100100111001001110110100110111101101101100110011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496476; }

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

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

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

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

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

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

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

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