#48666F

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

Shades of Smalt Blue #48666F

Tints of Smalt Blue #48666F

Color information

#48666F (or 0x48666F) is unknown color: approx Smalt Blue. HEX triplet: 48, 66 and 6F. RGB value is (72,102,111). Sum of RGB (Red+Green+Blue) = 72+102+111=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 111 - color contains mainly: blue. Hex color #48666F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48666F is #B79990. Grayscale: #5D5D5D. Windows color (decimal): -12032401 or 7300680. OLE color: 7300680.

HSL color Cylindrical-coordinate representation of color #48666F: hue angle of 193.85º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #48666F is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB72102111-
CMYK0.350.0800.56
HSL193.85º21.31%35.88%-
HSV(B)193.85º35.14%43.53%-
XYZ10.2912.0316.82-
YUV94.06137.56112.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.26%
GREEN value IS 102 (40.23% from 255) = 35.79%
BLUE value IS 111 (43.75% from 255) = 38.95%
R=25.26%
G=35.79%
B=38.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal721021110.350.0800.56193.8521.3135.88
Hex48666F238038c21524
Octal11014615743100703022544
Binary100100011001101101111100011100001110001100001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48666F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48666F; }

 p { color: rgb(72,102,111); }

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

<style>
 a { background-color: #48666F; }

 a { background-color: rgb(72,102,111); }

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

<style>
 span { border-color: #48666F; }

 span { border-color: rgb(72,102,111); }

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