#497084

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

Shades of Bismark #497084

Tints of Bismark #497084

Color information

#497084 (or 0x497084) is unknown color: approx Bismark. HEX triplet: 49, 70 and 84. RGB value is (73,112,132). Sum of RGB (Red+Green+Blue) = 73+112+132=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 132 - color contains mainly: blue. Hex color #497084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497084 is #B68F7B. Grayscale: #666666. Windows color (decimal): -11964284 or 8679497. OLE color: 8679497.

HSL color Cylindrical-coordinate representation of color #497084: hue angle of 200.34º 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 #497084 is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB73112132-
CMYK0.450.1500.48
HSL200.34º28.78%40.2%-
HSV(B)200.34º44.7%51.76%-
XYZ12.7114.6723.99-
YUV102.62144.58106.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.03%
GREEN value IS 112 (44.14% from 255) = 35.33%
BLUE value IS 132 (51.95% from 255) = 41.64%
R=23.03%
G=35.33%
B=41.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal731121320.450.1500.48200.3428.7840.2
Hex4970842DF030c81d28
Octal11116020455170603103550
Binary1001001111000010000100101101111101100001100100011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497084; }

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

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

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

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

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

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

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

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