#497279

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

Shades of Bismark #497279

Tints of Bismark #497279

Color information

#497279 (or 0x497279) is unknown color: approx Bismark. HEX triplet: 49, 72 and 79. RGB value is (73,114,121). Sum of RGB (Red+Green+Blue) = 73+114+121=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 121 - color contains mainly: blue. Hex color #497279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497279 is #B68D86. Grayscale: #666666. Windows color (decimal): -11963783 or 7959113. OLE color: 7959113.

HSL color Cylindrical-coordinate representation of color #497279: hue angle of 188.75º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #497279 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB73114121-
CMYK0.400.0600.53
HSL188.75º24.74%38.04%-
HSV(B)188.75º39.67%47.45%-
XYZ12.2214.8320.31-
YUV102.54138.42106.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.70%
GREEN value IS 114 (44.92% from 255) = 37.01%
BLUE value IS 121 (47.66% from 255) = 39.29%
R=23.70%
G=37.01%
B=39.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731141210.400.0600.53188.7524.7438.04
Hex497279286035bd1926
Octal1111621715060652753146
Binary10010011110010111100110100011001101011011110111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497279; }

 p { color: rgb(73,114,121); }

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

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

 a { background-color: rgb(73,114,121); }

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

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

 span { border-color: rgb(73,114,121); }

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