#497380

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

Shades of Bismark #497380

Tints of Bismark #497380

Color information

#497380 (or 0x497380) is unknown color: approx Bismark. HEX triplet: 49, 73 and 80. RGB value is (73,115,128). Sum of RGB (Red+Green+Blue) = 73+115+128=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 128 - color contains mainly: blue. Hex color #497380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497380 is #B68C7F. Grayscale: #676767. Windows color (decimal): -11963520 or 8418121. OLE color: 8418121.

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

Color convert

RGB73115128-
CMYK0.430.1000.50
HSL194.18º27.36%39.41%-
HSV(B)194.18º42.97%50.2%-
XYZ12.7715.2422.69-
YUV103.92141.59105.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.10%
GREEN value IS 115 (45.31% from 255) = 36.39%
BLUE value IS 128 (50.39% from 255) = 40.51%
R=23.10%
G=36.39%
B=40.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal731151280.430.1000.50194.1827.3639.41
Hex4973802BA032c21b27
Octal11116320053120623023347
Binary1001001111001110000000101011101001100101100001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497380; }

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

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

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

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

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

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

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

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