#496D75

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

Shades of Bismark #496D75

Tints of Bismark #496D75

Color information

#496D75 (or 0x496D75) is unknown color: approx Bismark. HEX triplet: 49, 6D and 75. RGB value is (73,109,117). Sum of RGB (Red+Green+Blue) = 73+109+117=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 117 - color contains mainly: blue. Hex color #496D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496D75 is #B6928A. Grayscale: #636363. Windows color (decimal): -11965067 or 7695689. OLE color: 7695689.

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

Color convert

RGB73109117-
CMYK0.380.0700.54
HSL190.91º23.16%37.25%-
HSV(B)190.91º37.61%45.88%-
XYZ11.4313.6418.86-
YUV99.15138.07109.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.41%
GREEN value IS 109 (42.97% from 255) = 36.45%
BLUE value IS 117 (46.09% from 255) = 39.13%
R=24.41%
G=36.45%
B=39.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal731091170.380.0700.54190.9123.1637.25
Hex496D75267036bf1725
Octal1111551654670662772745
Binary10010011101101111010110011011101101101011111110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496D75; }

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

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

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

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

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

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

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

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