#496370

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

Shades of Bismark #496370

Tints of Bismark #496370

Color information

#496370 (or 0x496370) is unknown color: approx Bismark. HEX triplet: 49, 63 and 70. RGB value is (73,99,112). Sum of RGB (Red+Green+Blue) = 73+99+112=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 112 (44.14% from 255 or 39.44% from 284); Max value from RGB is 112 - color contains mainly: blue. Hex color #496370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496370 is #B69C8F. Grayscale: #5C5C5C. Windows color (decimal): -11967632 or 7365449. OLE color: 7365449.

HSL color Cylindrical-coordinate representation of color #496370: hue angle of 200º 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 #496370 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7399112-
CMYK0.350.1200.56
HSL200º21.08%36.27%-
HSV(B)200º34.82%43.92%-
XYZ10.1311.5117.02-
YUV92.71138.89113.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.70%
GREEN value IS 99 (39.06% from 255) = 34.86%
BLUE value IS 112 (44.14% from 255) = 39.44%
R=25.70%
G=34.86%
B=39.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73991120.350.1200.5620021.0836.27
Hex49637023C038c81524
Octal11114316043140703102544
Binary100100111000111110000100011110001110001100100010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496370; }

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

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

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

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

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

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

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

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