#496679

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

Shades of Bismark #496679

Tints of Bismark #496679

Color information

#496679 (or 0x496679) is unknown color: approx Bismark. HEX triplet: 49, 66 and 79. RGB value is (73,102,121). Sum of RGB (Red+Green+Blue) = 73+102+121=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 121 (47.66% from 255 or 40.88% from 296); Max value from RGB is 121 - color contains mainly: blue. Hex color #496679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496679 is #B69986. Grayscale: #5F5F5F. Windows color (decimal): -11966855 or 7956041. OLE color: 7956041.

HSL color Cylindrical-coordinate representation of color #496679: hue angle of 203.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 #496679 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB73102121-
CMYK0.400.1600.53
HSL203.75º24.74%38.04%-
HSV(B)203.75º39.67%47.45%-
XYZ10.9512.319.89-
YUV95.49142.39111.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.66%
GREEN value IS 102 (40.23% from 255) = 34.46%
BLUE value IS 121 (47.66% from 255) = 40.88%
R=24.66%
G=34.46%
B=40.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731021210.400.1600.53203.7524.7438.04
Hex4966792810035cc1926
Octal11114617150200653143146
Binary1001001110011011110011010001000001101011100110011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496679; }

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

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

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

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

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

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

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

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