#486266

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

Shades of Smalt Blue #486266

Tints of Smalt Blue #486266

Color information

#486266 (or 0x486266) is unknown color: approx Smalt Blue. HEX triplet: 48, 62 and 66. RGB value is (72,98,102). Sum of RGB (Red+Green+Blue) = 72+98+102=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 98 (38.67% from 255 or 36.03% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 102 - color contains mainly: blue. Hex color #486266 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486266 is #B79D99. Grayscale: #5A5A5A. Windows color (decimal): -12033434 or 6709832. OLE color: 6709832.

HSL color Cylindrical-coordinate representation of color #486266: hue angle of 188º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #486266 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7298102-
CMYK0.290.0400.6
HSL188º17.24%34.12%-
HSV(B)188º29.41%40%-
XYZ9.4411.0714.21-
YUV90.68134.39114.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.47%
GREEN value IS 98 (38.67% from 255) = 36.03%
BLUE value IS 102 (40.23% from 255) = 37.5%
R=26.47%
G=36.03%
B=37.5%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal72981020.290.0400.618817.2434.12
Hex4862661D403Cbc1122
Octal1101421463540742742142
Binary1001000110001011001101110110001111001011110010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486266; }

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

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

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

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

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

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

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

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