#496972

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

Shades of Bismark #496972

Tints of Bismark #496972

Color information

#496972 (or 0x496972) is unknown color: approx Bismark. HEX triplet: 49, 69 and 72. RGB value is (73,105,114). Sum of RGB (Red+Green+Blue) = 73+105+114=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 114 - color contains mainly: blue. Hex color #496972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496972 is #B6968D. Grayscale: #606060. Windows color (decimal): -11966094 or 7498057. OLE color: 7498057.

HSL color Cylindrical-coordinate representation of color #496972: hue angle of 193.17º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #496972 is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB73105114-
CMYK0.360.0800.55
HSL193.17º21.93%36.67%-
HSV(B)193.17º35.96%44.71%-
XYZ10.8412.7317.81-
YUV96.46137.9111.27-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25%
GREEN value IS 105 (41.41% from 255) = 35.96%
BLUE value IS 114 (44.92% from 255) = 39.04%
R=25%
G=35.96%
B=39.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal731051140.360.0800.55193.1721.9336.67
Hex496972248037c11625
Octal11115116244100673012645
Binary100100111010011110010100100100001101111100000110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496972; }

 p { color: rgb(73,105,114); }

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

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

 a { background-color: rgb(73,105,114); }

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

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

 span { border-color: rgb(73,105,114); }

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