#496168

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

Shades of Smalt Blue #496168

Tints of Smalt Blue #496168

Color information

#496168 (or 0x496168) is unknown color: approx Smalt Blue. HEX triplet: 49, 61 and 68. RGB value is (73,97,104). Sum of RGB (Red+Green+Blue) = 73+97+104=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 104 - color contains mainly: blue. Hex color #496168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496168 is #B69E97. Grayscale: #5A5A5A. Windows color (decimal): -11968152 or 6840649. OLE color: 6840649.

HSL color Cylindrical-coordinate representation of color #496168: hue angle of 193.55º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #496168 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7397104-
CMYK0.300.0700.59
HSL193.55º17.51%34.71%-
HSV(B)193.55º29.81%40.78%-
XYZ9.5210.9714.71-
YUV90.62135.55115.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.64%
GREEN value IS 97 (38.28% from 255) = 35.40%
BLUE value IS 104 (41.02% from 255) = 37.96%
R=26.64%
G=35.40%
B=37.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73971040.300.0700.59193.5517.5134.71
Hex4961681E703Bc21223
Octal1111411503670733022243
Binary1001001110000111010001111011101110111100001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496168; }

 p { color: rgb(73,97,104); }

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

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

 a { background-color: rgb(73,97,104); }

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

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

 span { border-color: rgb(73,97,104); }

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