#486268

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

Shades of Smalt Blue #486268

Tints of Smalt Blue #486268

Color information

#486268 (or 0x486268) is unknown color: approx Smalt Blue. HEX triplet: 48, 62 and 68. RGB value is (72,98,104). Sum of RGB (Red+Green+Blue) = 72+98+104=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 104 - color contains mainly: blue. Hex color #486268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486268 is #B79D97. Grayscale: #5A5A5A. Windows color (decimal): -12033432 or 6840904. OLE color: 6840904.

HSL color Cylindrical-coordinate representation of color #486268: hue angle of 191.25º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #486268 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7298104-
CMYK0.310.0600.59
HSL191.25º18.18%34.51%-
HSV(B)191.25º30.77%40.78%-
XYZ9.5411.1114.74-
YUV90.91135.39114.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.28%
GREEN value IS 98 (38.67% from 255) = 35.77%
BLUE value IS 104 (41.02% from 255) = 37.96%
R=26.28%
G=35.77%
B=37.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72981040.310.0600.59191.2518.1834.51
Hex4862681F603Bbf1223
Octal1101421503760732772243
Binary1001000110001011010001111111001110111011111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486268; }

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

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

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

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

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

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

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

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