#496474

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

Shades of Bismark #496474

Tints of Bismark #496474

Color information

#496474 (or 0x496474) is unknown color: approx Bismark. HEX triplet: 49, 64 and 74. RGB value is (73,100,116). Sum of RGB (Red+Green+Blue) = 73+100+116=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 116 (45.70% from 255 or 40.14% from 289); Max value from RGB is 116 - color contains mainly: blue. Hex color #496474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496474 is #B69B8B. Grayscale: #5D5D5D. Windows color (decimal): -11967372 or 7627849. OLE color: 7627849.

HSL color Cylindrical-coordinate representation of color #496474: hue angle of 202.33º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #496474 is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB73100116-
CMYK0.370.1400.55
HSL202.33º22.75%37.06%-
HSV(B)202.33º37.07%45.49%-
XYZ10.4611.7918.25-
YUV93.75140.55113.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.26%
GREEN value IS 100 (39.45% from 255) = 34.60%
BLUE value IS 116 (45.70% from 255) = 40.14%
R=25.26%
G=34.60%
B=40.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal731001160.370.1400.55202.3322.7537.06
Hex49647425E037ca1725
Octal11114416445160673122745
Binary100100111001001110100100101111001101111100101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496474; }

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

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

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

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

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

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

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

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