#486064

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

Shades of Smalt Blue #486064

Tints of Smalt Blue #486064

Color information

#486064 (or 0x486064) is unknown color: approx Smalt Blue. HEX triplet: 48, 60 and 64. RGB value is (72,96,100). Sum of RGB (Red+Green+Blue) = 72+96+100=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 100 - color contains mainly: blue. Hex color #486064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486064 is #B79F9B. Grayscale: #595959. Windows color (decimal): -12033948 or 6578248. OLE color: 6578248.

HSL color Cylindrical-coordinate representation of color #486064: hue angle of 188.57º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #486064 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB7296100-
CMYK0.280.0400.61
HSL188.57º16.28%33.73%-
HSV(B)188.57º28%39.22%-
XYZ9.1610.6613.63-
YUV89.28134.05115.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.87%
GREEN value IS 96 (37.89% from 255) = 35.82%
BLUE value IS 100 (39.45% from 255) = 37.31%
R=26.87%
G=35.82%
B=37.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal72961000.280.0400.61188.5716.2833.73
Hex4860641C403Dbd1022
Octal1101401443440752752042
Binary1001000110000011001001110010001111011011110110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486064; }

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

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

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

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

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

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

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

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