#486164

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

Shades of Smalt Blue #486164

Tints of Smalt Blue #486164

Color information

#486164 (or 0x486164) is unknown color: approx Smalt Blue. HEX triplet: 48, 61 and 64. RGB value is (72,97,100). Sum of RGB (Red+Green+Blue) = 72+97+100=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 100 - color contains mainly: blue. Hex color #486164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486164 is #B79E9B. Grayscale: #595959. Windows color (decimal): -12033692 or 6578504. OLE color: 6578504.

HSL color Cylindrical-coordinate representation of color #486164: hue angle of 186.43º 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 #486164 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB7297100-
CMYK0.280.0300.61
HSL186.43º16.28%33.73%-
HSV(B)186.43º28%39.22%-
XYZ9.2510.8513.66-
YUV89.87133.72115.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.77%
GREEN value IS 97 (38.28% from 255) = 36.06%
BLUE value IS 100 (39.45% from 255) = 37.17%
R=26.77%
G=36.06%
B=37.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal72971000.280.0300.61186.4316.2833.73
Hex4861641C303Dba1022
Octal1101411443430752722042
Binary100100011000011100100111001101111011011101010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486164; }

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

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

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

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

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

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

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

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