#485E60

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

Shades of Smalt Blue #485E60

Tints of Smalt Blue #485E60

Color information

#485E60 (or 0x485E60) is unknown color: approx Smalt Blue. HEX triplet: 48, 5E and 60. RGB value is (72,94,96). Sum of RGB (Red+Green+Blue) = 72+94+96=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 96 - color contains mainly: blue. Hex color #485E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485E60 is #B7A19F. Grayscale: #575757. Windows color (decimal): -12034464 or 6315592. OLE color: 6315592.

HSL color Cylindrical-coordinate representation of color #485E60: hue angle of 185º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #485E60 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB729496-
CMYK0.250.0200.62
HSL185º14.29%32.94%-
HSV(B)185º25%37.65%-
XYZ8.7910.2312.58-
YUV87.65132.71116.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.48%
GREEN value IS 94 (37.11% from 255) = 35.88%
BLUE value IS 96 (37.89% from 255) = 36.64%
R=27.48%
G=35.88%
B=36.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7294960.250.0200.6218514.2932.94
Hex485E6019203Eb9e21
Octal1101361403120762711641
Binary10010001011110110000011001100111110101110011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,94,96); }

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

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

 a { background-color: rgb(72,94,96); }

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

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

 span { border-color: rgb(72,94,96); }

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