#497384

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

Shades of Bismark #497384

Tints of Bismark #497384

Color information

#497384 (or 0x497384) is unknown color: approx Bismark. HEX triplet: 49, 73 and 84. RGB value is (73,115,132). Sum of RGB (Red+Green+Blue) = 73+115+132=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 132 - color contains mainly: blue. Hex color #497384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497384 is #B68C7B. Grayscale: #686868. Windows color (decimal): -11963516 or 8680265. OLE color: 8680265.

HSL color Cylindrical-coordinate representation of color #497384: hue angle of 197.29º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #497384 is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB73115132-
CMYK0.450.1300.48
HSL197.29º28.78%40.2%-
HSV(B)197.29º44.7%51.76%-
XYZ13.0415.3424.1-
YUV104.38143.59105.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.81%
GREEN value IS 115 (45.31% from 255) = 35.94%
BLUE value IS 132 (51.95% from 255) = 41.25%
R=22.81%
G=35.94%
B=41.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal731151320.450.1300.48197.2928.7840.2
Hex4973842DD030c51d28
Octal11116320455150603053550
Binary1001001111001110000100101101110101100001100010111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497384; }

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

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

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

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

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

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

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

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