#496775

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

Shades of Bismark #496775

Tints of Bismark #496775

Color information

#496775 (or 0x496775) is unknown color: approx Bismark. HEX triplet: 49, 67 and 75. RGB value is (73,103,117). Sum of RGB (Red+Green+Blue) = 73+103+117=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 117 - color contains mainly: blue. Hex color #496775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496775 is #B6988A. Grayscale: #5F5F5F. Windows color (decimal): -11966603 or 7694153. OLE color: 7694153.

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

Color convert

RGB73103117-
CMYK0.380.1200.54
HSL199.09º23.16%37.25%-
HSV(B)199.09º37.61%45.88%-
XYZ10.8112.418.65-
YUV95.63140.06111.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.91%
GREEN value IS 103 (40.62% from 255) = 35.15%
BLUE value IS 117 (46.09% from 255) = 39.93%
R=24.91%
G=35.15%
B=39.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal731031170.380.1200.54199.0923.1637.25
Hex49677526C036c71725
Octal11114716546140663072745
Binary100100111001111110101100110110001101101100011110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496775; }

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

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

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

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

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

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

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

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