#496C80

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

Shades of Bismark #496C80

Tints of Bismark #496C80

Color information

#496C80 (or 0x496C80) is unknown color: approx Bismark. HEX triplet: 49, 6C and 80. RGB value is (73,108,128). Sum of RGB (Red+Green+Blue) = 73+108+128=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 128 - color contains mainly: blue. Hex color #496C80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496C80 is #B6937F. Grayscale: #636363. Windows color (decimal): -11965312 or 8416329. OLE color: 8416329.

HSL color Cylindrical-coordinate representation of color #496C80: hue angle of 201.82º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #496C80 is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB73108128-
CMYK0.430.1600.50
HSL201.82º27.36%39.41%-
HSV(B)201.82º42.97%50.2%-
XYZ12.0113.722.43-
YUV99.81143.9108.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.62%
GREEN value IS 108 (42.58% from 255) = 34.95%
BLUE value IS 128 (50.39% from 255) = 41.42%
R=23.62%
G=34.95%
B=41.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal731081280.430.1600.50201.8227.3639.41
Hex496C802B10032ca1b27
Octal11115420053200623123347
Binary10010011101100100000001010111000001100101100101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,108,128); }

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

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

 a { background-color: rgb(73,108,128); }

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

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

 span { border-color: rgb(73,108,128); }

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