#497382

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

Shades of Bismark #497382

Tints of Bismark #497382

Color information

#497382 (or 0x497382) is unknown color: approx Bismark. HEX triplet: 49, 73 and 82. RGB value is (73,115,130). Sum of RGB (Red+Green+Blue) = 73+115+130=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 130 - color contains mainly: blue. Hex color #497382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497382 is #B68C7D. Grayscale: #686868. Windows color (decimal): -11963518 or 8549193. OLE color: 8549193.

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

Color convert

RGB73115130-
CMYK0.440.1200.49
HSL195.79º28.08%39.8%-
HSV(B)195.79º43.85%50.98%-
XYZ12.9115.2923.39-
YUV104.15142.59105.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.96%
GREEN value IS 115 (45.31% from 255) = 36.16%
BLUE value IS 130 (51.17% from 255) = 40.88%
R=22.96%
G=36.16%
B=40.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal731151300.440.1200.49195.7928.0839.8
Hex4973822CC031c41c28
Octal11116320254140613043450
Binary1001001111001110000010101100110001100011100010011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497382; }

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

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

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

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

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

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

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

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