#496778

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

Shades of Bismark #496778

Tints of Bismark #496778

Color information

#496778 (or 0x496778) is unknown color: approx Bismark. HEX triplet: 49, 67 and 78. RGB value is (73,103,120). Sum of RGB (Red+Green+Blue) = 73+103+120=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 120 (47.27% from 255 or 40.54% from 296); Max value from RGB is 120 - color contains mainly: blue. Hex color #496778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496778 is #B69887. Grayscale: #5F5F5F. Windows color (decimal): -11966600 or 7890761. OLE color: 7890761.

HSL color Cylindrical-coordinate representation of color #496778: hue angle of 201.7º 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 #496778 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB73103120-
CMYK0.390.1400.53
HSL201.7º24.35%37.84%-
HSV(B)201.7º39.17%47.06%-
XYZ10.9912.4719.6-
YUV95.97141.56111.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.66%
GREEN value IS 103 (40.62% from 255) = 34.80%
BLUE value IS 120 (47.27% from 255) = 40.54%
R=24.66%
G=34.80%
B=40.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731031200.390.1400.53201.724.3537.84
Hex49677827E035ca1826
Octal11114717047160653123046
Binary100100111001111111000100111111001101011100101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496778; }

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

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

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

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

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

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

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

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