#496674

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

Shades of Bismark #496674

Tints of Bismark #496674

Color information

#496674 (or 0x496674) is unknown color: approx Bismark. HEX triplet: 49, 66 and 74. RGB value is (73,102,116). Sum of RGB (Red+Green+Blue) = 73+102+116=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 116 - color contains mainly: blue. Hex color #496674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496674 is #B6998B. Grayscale: #5E5E5E. Windows color (decimal): -11966860 or 7628361. OLE color: 7628361.

HSL color Cylindrical-coordinate representation of color #496674: hue angle of 199.53º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #496674 is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB73102116-
CMYK0.370.1200.55
HSL199.53º22.75%37.06%-
HSV(B)199.53º37.07%45.49%-
XYZ10.6512.1818.31-
YUV94.92139.89112.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.09%
GREEN value IS 102 (40.23% from 255) = 35.05%
BLUE value IS 116 (45.70% from 255) = 39.86%
R=25.09%
G=35.05%
B=39.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal731021160.370.1200.55199.5322.7537.06
Hex49667425C037c81725
Octal11114616445140673102745
Binary100100111001101110100100101110001101111100100010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496674; }

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

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

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

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

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

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

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

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