#496B7C

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

Shades of Bismark #496B7C

Tints of Bismark #496B7C

Color information

#496B7C (or 0x496B7C) is unknown color: approx Bismark. HEX triplet: 49, 6B and 7C. RGB value is (73,107,124). Sum of RGB (Red+Green+Blue) = 73+107+124=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 107 (42.19% from 255 or 35.20% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 124 - color contains mainly: blue. Hex color #496B7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496B7C is #B69483. Grayscale: #626262. Windows color (decimal): -11965572 or 8153929. OLE color: 8153929.

HSL color Cylindrical-coordinate representation of color #496B7C: hue angle of 200º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #496B7C is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB73107124-
CMYK0.410.1400.51
HSL200º25.89%38.63%-
HSV(B)200º41.13%48.63%-
XYZ11.6413.3921.04-
YUV98.77142.24109.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.01%
GREEN value IS 107 (42.19% from 255) = 35.20%
BLUE value IS 124 (48.83% from 255) = 40.79%
R=24.01%
G=35.20%
B=40.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal731071240.410.1400.5120025.8938.63
Hex496B7C29E033c81a27
Octal11115317451160633103247
Binary100100111010111111100101001111001100111100100011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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