#486062

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

Shades of Smalt Blue #486062

Tints of Smalt Blue #486062

Color information

#486062 (or 0x486062) is unknown color: approx Smalt Blue. HEX triplet: 48, 60 and 62. RGB value is (72,96,98). Sum of RGB (Red+Green+Blue) = 72+96+98=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 98 - color contains mainly: blue. Hex color #486062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486062 is #B79F9D. Grayscale: #595959. Windows color (decimal): -12033950 or 6447176. OLE color: 6447176.

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

Color convert

RGB729698-
CMYK0.270.0200.62
HSL184.62º15.29%33.33%-
HSV(B)184.62º26.53%38.43%-
XYZ9.0610.6313.13-
YUV89.05133.05115.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.07%
GREEN value IS 96 (37.89% from 255) = 36.09%
BLUE value IS 98 (38.67% from 255) = 36.84%
R=27.07%
G=36.09%
B=36.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7296980.270.0200.62184.6215.2933.33
Hex4860621B203Eb9f21
Octal1101401423320762711741
Binary10010001100000110001011011100111110101110011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486062; }

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

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

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

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

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

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

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

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