#485D61

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

Shades of Smalt Blue #485D61

Tints of Smalt Blue #485D61

Color information

#485D61 (or 0x485D61) is unknown color: approx Smalt Blue. HEX triplet: 48, 5D and 61. RGB value is (72,93,97). Sum of RGB (Red+Green+Blue) = 72+93+97=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 97 - color contains mainly: blue. Hex color #485D61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485D61 is #B7A29E. Grayscale: #575757. Windows color (decimal): -12034719 or 6380872. OLE color: 6380872.

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

Color convert

RGB729397-
CMYK0.260.0400.62
HSL189.6º14.79%33.14%-
HSV(B)189.6º25.77%38.04%-
XYZ8.7410.0712.79-
YUV87.18133.54117.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.48%
GREEN value IS 93 (36.72% from 255) = 35.50%
BLUE value IS 97 (38.28% from 255) = 37.02%
R=27.48%
G=35.50%
B=37.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7293970.260.0400.62189.614.7933.14
Hex485D611A403Ebef21
Octal1101351413240762761741
Binary100100010111011100001110101000111110101111101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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