#497180

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

Shades of Bismark #497180

Tints of Bismark #497180

Color information

#497180 (or 0x497180) is unknown color: approx Bismark. HEX triplet: 49, 71 and 80. RGB value is (73,113,128). Sum of RGB (Red+Green+Blue) = 73+113+128=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 128 - color contains mainly: blue. Hex color #497180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497180 is #B68E7F. Grayscale: #666666. Windows color (decimal): -11964032 or 8417609. OLE color: 8417609.

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

Color convert

RGB73113128-
CMYK0.430.1200.50
HSL196.36º27.36%39.41%-
HSV(B)196.36º42.97%50.2%-
XYZ12.5514.7922.61-
YUV102.75142.25106.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.25%
GREEN value IS 113 (44.53% from 255) = 35.99%
BLUE value IS 128 (50.39% from 255) = 40.76%
R=23.25%
G=35.99%
B=40.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal731131280.430.1200.50196.3627.3639.41
Hex4971802BC032c41b27
Octal11116120053140623043347
Binary1001001111000110000000101011110001100101100010011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497180; }

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

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

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

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

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

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

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

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