#496062

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

Shades of Smalt Blue #496062

Tints of Smalt Blue #496062

Color information

#496062 (or 0x496062) is unknown color: approx Smalt Blue. HEX triplet: 49, 60 and 62. RGB value is (73,96,98). Sum of RGB (Red+Green+Blue) = 73+96+98=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 98 - color contains mainly: blue. Hex color #496062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496062 is #B69F9D. Grayscale: #595959. Windows color (decimal): -11968414 or 6447177. OLE color: 6447177.

HSL color Cylindrical-coordinate representation of color #496062: hue angle of 184.8º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #496062 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB739698-
CMYK0.260.0200.62
HSL184.8º14.62%33.53%-
HSV(B)184.8º25.51%38.43%-
XYZ9.1410.6613.13-
YUV89.35132.88116.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.34%
GREEN value IS 96 (37.89% from 255) = 35.96%
BLUE value IS 98 (38.67% from 255) = 36.70%
R=27.34%
G=35.96%
B=36.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7396980.260.0200.62184.814.6233.53
Hex4960621A203Eb9f22
Octal1111401423220762711742
Binary10010011100000110001011010100111110101110011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496062; }

 p { color: rgb(73,96,98); }

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

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

 a { background-color: rgb(73,96,98); }

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

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

 span { border-color: rgb(73,96,98); }

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