#496570

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

Shades of Bismark #496570

Tints of Bismark #496570

Color information

#496570 (or 0x496570) is unknown color: approx Bismark. HEX triplet: 49, 65 and 70. RGB value is (73,101,112). Sum of RGB (Red+Green+Blue) = 73+101+112=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 112 - color contains mainly: blue. Hex color #496570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496570 is #B69A8F. Grayscale: #5D5D5D. Windows color (decimal): -11967120 or 7365961. OLE color: 7365961.

HSL color Cylindrical-coordinate representation of color #496570: hue angle of 196.92º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #496570 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB73101112-
CMYK0.350.1000.56
HSL196.92º21.08%36.27%-
HSV(B)196.92º34.82%43.92%-
XYZ10.3311.8917.08-
YUV93.88138.22113.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.52%
GREEN value IS 101 (39.84% from 255) = 35.31%
BLUE value IS 112 (44.14% from 255) = 39.16%
R=25.52%
G=35.31%
B=39.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal731011120.350.1000.56196.9221.0836.27
Hex49657023A038c51524
Octal11114516043120703052544
Binary100100111001011110000100011101001110001100010110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496570; }

 p { color: rgb(73,101,112); }

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

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

 a { background-color: rgb(73,101,112); }

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

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

 span { border-color: rgb(73,101,112); }

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