#485F63

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

Shades of Smalt Blue #485F63

Tints of Smalt Blue #485F63

Color information

#485F63 (or 0x485F63) is unknown color: approx Smalt Blue. HEX triplet: 48, 5F and 63. RGB value is (72,95,99). Sum of RGB (Red+Green+Blue) = 72+95+99=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 99 - color contains mainly: blue. Hex color #485F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485F63 is #B7A09C. Grayscale: #585858. Windows color (decimal): -12034205 or 6512456. OLE color: 6512456.

HSL color Cylindrical-coordinate representation of color #485F63: hue angle of 188.89º 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 #485F63 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB729599-
CMYK0.270.0400.61
HSL188.89º15.79%33.53%-
HSV(B)188.89º27.27%38.82%-
XYZ9.0210.4613.35-
YUV88.58133.88116.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.07%
GREEN value IS 95 (37.5% from 255) = 35.71%
BLUE value IS 99 (39.06% from 255) = 37.22%
R=27.07%
G=35.71%
B=37.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7295990.270.0400.61188.8915.7933.53
Hex485F631B403Dbd1022
Octal1101371433340752752042
Binary1001000101111111000111101110001111011011110110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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