#497481

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

Shades of Bismark #497481

Tints of Bismark #497481

Color information

#497481 (or 0x497481) is unknown color: approx Bismark. HEX triplet: 49, 74 and 81. RGB value is (73,116,129). Sum of RGB (Red+Green+Blue) = 73+116+129=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 129 - color contains mainly: blue. Hex color #497481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497481 is #B68B7E. Grayscale: #686868. Windows color (decimal): -11963263 or 8483913. OLE color: 8483913.

HSL color Cylindrical-coordinate representation of color #497481: hue angle of 193.93º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #497481 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB73116129-
CMYK0.430.1000.49
HSL193.93º27.72%39.61%-
HSV(B)193.93º43.41%50.59%-
XYZ12.9615.4923.08-
YUV104.62141.75105.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.96%
GREEN value IS 116 (45.70% from 255) = 36.48%
BLUE value IS 129 (50.78% from 255) = 40.57%
R=22.96%
G=36.48%
B=40.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal731161290.430.1000.49193.9327.7239.61
Hex4974812BA031c21c28
Octal11116420153120613023450
Binary1001001111010010000001101011101001100011100001011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497481; }

 p { color: rgb(73,116,129); }

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

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

 a { background-color: rgb(73,116,129); }

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

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

 span { border-color: rgb(73,116,129); }

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