#486167

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

Shades of Smalt Blue #486167

Tints of Smalt Blue #486167

Color information

#486167 (or 0x486167) is unknown color: approx Smalt Blue. HEX triplet: 48, 61 and 67. RGB value is (72,97,103). Sum of RGB (Red+Green+Blue) = 72+97+103=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 103 (40.62% from 255 or 37.87% from 272); Max value from RGB is 103 - color contains mainly: blue. Hex color #486167 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486167 is #B79E98. Grayscale: #5A5A5A. Windows color (decimal): -12033689 or 6775112. OLE color: 6775112.

HSL color Cylindrical-coordinate representation of color #486167: hue angle of 191.61º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #486167 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7297103-
CMYK0.300.0600.60
HSL191.61º17.71%34.31%-
HSV(B)191.61º30.1%40.39%-
XYZ9.410.9114.44-
YUV90.21135.22115.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.47%
GREEN value IS 97 (38.28% from 255) = 35.66%
BLUE value IS 103 (40.62% from 255) = 37.87%
R=26.47%
G=35.66%
B=37.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72971030.300.0600.60191.6117.7134.31
Hex4861671E603Cc01222
Octal1101411473660743002242
Binary1001000110000111001111111011001111001100000010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486167; }

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

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

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

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

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

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

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

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