#496978

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

Shades of Bismark #496978

Tints of Bismark #496978

Color information

#496978 (or 0x496978) is unknown color: approx Bismark. HEX triplet: 49, 69 and 78. RGB value is (73,105,120). Sum of RGB (Red+Green+Blue) = 73+105+120=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 120 - color contains mainly: blue. Hex color #496978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496978 is #B69687. Grayscale: #616161. Windows color (decimal): -11966088 or 7891273. OLE color: 7891273.

HSL color Cylindrical-coordinate representation of color #496978: hue angle of 199.15º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #496978 is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB73105120-
CMYK0.390.1300.53
HSL199.15º24.35%37.84%-
HSV(B)199.15º39.17%47.06%-
XYZ11.1912.8819.66-
YUV97.14140.9110.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.50%
GREEN value IS 105 (41.41% from 255) = 35.23%
BLUE value IS 120 (47.27% from 255) = 40.27%
R=24.50%
G=35.23%
B=40.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731051200.390.1300.53199.1524.3537.84
Hex49697827D035c71826
Octal11115117047150653073046
Binary100100111010011111000100111110101101011100011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496978; }

 p { color: rgb(73,105,120); }

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

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

 a { background-color: rgb(73,105,120); }

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

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

 span { border-color: rgb(73,105,120); }

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