#485F61

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

Shades of Smalt Blue #485F61

Tints of Smalt Blue #485F61

Color information

#485F61 (or 0x485F61) is unknown color: approx Smalt Blue. HEX triplet: 48, 5F and 61. RGB value is (72,95,97). Sum of RGB (Red+Green+Blue) = 72+95+97=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 97 - color contains mainly: blue. Hex color #485F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485F61 is #B7A09E. Grayscale: #585858. Windows color (decimal): -12034207 or 6381384. OLE color: 6381384.

HSL color Cylindrical-coordinate representation of color #485F61: hue angle of 184.8º 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 #485F61 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB729597-
CMYK0.260.0200.62
HSL184.8º14.79%33.14%-
HSV(B)184.8º25.77%38.04%-
XYZ8.9210.4312.85-
YUV88.35132.88116.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.27%
GREEN value IS 95 (37.5% from 255) = 35.98%
BLUE value IS 97 (38.28% from 255) = 36.74%
R=27.27%
G=35.98%
B=36.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7295970.260.0200.62184.814.7933.14
Hex485F611A203Eb9f21
Octal1101371413220762711741
Binary10010001011111110000111010100111110101110011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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