#497482

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

Shades of Bismark #497482

Tints of Bismark #497482

Color information

#497482 (or 0x497482) is unknown color: approx Bismark. HEX triplet: 49, 74 and 82. RGB value is (73,116,130). Sum of RGB (Red+Green+Blue) = 73+116+130=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 130 - color contains mainly: blue. Hex color #497482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497482 is #B68B7D. Grayscale: #686868. Windows color (decimal): -11963262 or 8549449. OLE color: 8549449.

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

Color convert

RGB73116130-
CMYK0.440.1100.49
HSL194.74º28.08%39.8%-
HSV(B)194.74º43.85%50.98%-
XYZ13.0215.5223.43-
YUV104.74142.25105.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.88%
GREEN value IS 116 (45.70% from 255) = 36.36%
BLUE value IS 130 (51.17% from 255) = 40.75%
R=22.88%
G=36.36%
B=40.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal731161300.440.1100.49194.7428.0839.8
Hex4974822CB031c31c28
Octal11116420254130613033450
Binary1001001111010010000010101100101101100011100001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497482; }

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

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

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

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

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

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

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

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