#496B80

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

Shades of Bismark #496B80

Tints of Bismark #496B80

Color information

#496B80 (or 0x496B80) is unknown color: approx Bismark. HEX triplet: 49, 6B and 80. RGB value is (73,107,128). Sum of RGB (Red+Green+Blue) = 73+107+128=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 128 - color contains mainly: blue. Hex color #496B80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496B80 is #B6947F. Grayscale: #636363. Windows color (decimal): -11965568 or 8416073. OLE color: 8416073.

HSL color Cylindrical-coordinate representation of color #496B80: hue angle of 202.91º 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 #496B80 is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB73107128-
CMYK0.430.1600.50
HSL202.91º27.36%39.41%-
HSV(B)202.91º42.97%50.2%-
XYZ11.913.4922.4-
YUV99.23144.24109.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.70%
GREEN value IS 107 (42.19% from 255) = 34.74%
BLUE value IS 128 (50.39% from 255) = 41.56%
R=23.70%
G=34.74%
B=41.56%

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
Decimal731071280.430.1600.50202.9127.3639.41
Hex496B802B10032cb1b27
Octal11115320053200623133347
Binary10010011101011100000001010111000001100101100101111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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