#496975

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

Shades of Bismark #496975

Tints of Bismark #496975

Color information

#496975 (or 0x496975) is unknown color: approx Bismark. HEX triplet: 49, 69 and 75. RGB value is (73,105,117). Sum of RGB (Red+Green+Blue) = 73+105+117=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 117 - color contains mainly: blue. Hex color #496975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496975 is #B6968A. Grayscale: #606060. Windows color (decimal): -11966091 or 7694665. OLE color: 7694665.

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

Color convert

RGB73105117-
CMYK0.380.1000.54
HSL196.36º23.16%37.25%-
HSV(B)196.36º37.61%45.88%-
XYZ11.0112.818.72-
YUV96.8139.4111.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.75%
GREEN value IS 105 (41.41% from 255) = 35.59%
BLUE value IS 117 (46.09% from 255) = 39.66%
R=24.75%
G=35.59%
B=39.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal731051170.380.1000.54196.3623.1637.25
Hex49697526A036c41725
Octal11115116546120663042745
Binary100100111010011110101100110101001101101100010010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496975; }

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

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

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

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

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

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

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

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