#485D63

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

Shades of Smalt Blue #485D63

Tints of Smalt Blue #485D63

Color information

#485D63 (or 0x485D63) is unknown color: approx Smalt Blue. HEX triplet: 48, 5D and 63. RGB value is (72,93,99). Sum of RGB (Red+Green+Blue) = 72+93+99=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 99 - color contains mainly: blue. Hex color #485D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485D63 is #B7A29C. Grayscale: #575757. Windows color (decimal): -12034717 or 6511944. OLE color: 6511944.

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

Color convert

RGB729399-
CMYK0.270.0600.61
HSL193.33º15.79%33.53%-
HSV(B)193.33º27.27%38.82%-
XYZ8.8410.1113.29-
YUV87.4134.54117.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.27%
GREEN value IS 93 (36.72% from 255) = 35.23%
BLUE value IS 99 (39.06% from 255) = 37.5%
R=27.27%
G=35.23%
B=37.5%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7293990.270.0600.61193.3315.7933.53
Hex485D631B603Dc11022
Octal1101351433360753012042
Binary1001000101110111000111101111001111011100000110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485D63; }

 p { color: rgb(72,93,99); }

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

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

 a { background-color: rgb(72,93,99); }

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

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

 span { border-color: rgb(72,93,99); }

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