#497682

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

Shades of Bismark #497682

Tints of Bismark #497682

Color information

#497682 (or 0x497682) is unknown color: approx Bismark. HEX triplet: 49, 76 and 82. RGB value is (73,118,130). Sum of RGB (Red+Green+Blue) = 73+118+130=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 130 - color contains mainly: blue. Hex color #497682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497682 is #B6897D. Grayscale: #696969. Windows color (decimal): -11962750 or 8549961. OLE color: 8549961.

HSL color Cylindrical-coordinate representation of color #497682: hue angle of 192.63º 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 #497682 is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB73118130-
CMYK0.440.0900.49
HSL192.63º28.08%39.8%-
HSV(B)192.63º43.85%50.98%-
XYZ13.2615.9923.51-
YUV105.91141.59104.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.74%
GREEN value IS 118 (46.48% from 255) = 36.76%
BLUE value IS 130 (51.17% from 255) = 40.50%
R=22.74%
G=36.76%
B=40.50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal731181300.440.0900.49192.6328.0839.8
Hex4976822C9031c11c28
Octal11116620254110613013450
Binary1001001111011010000010101100100101100011100000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497682; }

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

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

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

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

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

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

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

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