#48656F

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

Shades of Smalt Blue #48656F

Tints of Smalt Blue #48656F

Color information

#48656F (or 0x48656F) is unknown color: approx Smalt Blue. HEX triplet: 48, 65 and 6F. RGB value is (72,101,111). Sum of RGB (Red+Green+Blue) = 72+101+111=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 111 - color contains mainly: blue. Hex color #48656F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48656F is #B79A90. Grayscale: #5D5D5D. Windows color (decimal): -12032657 or 7300424. OLE color: 7300424.

HSL color Cylindrical-coordinate representation of color #48656F: hue angle of 195.38º 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 #48656F is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB72101111-
CMYK0.350.0900.56
HSL195.38º21.31%35.88%-
HSV(B)195.38º35.14%43.53%-
XYZ10.211.8316.79-
YUV93.47137.89112.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.35%
GREEN value IS 101 (39.84% from 255) = 35.56%
BLUE value IS 111 (43.75% from 255) = 39.08%
R=25.35%
G=35.56%
B=39.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal721011110.350.0900.56195.3821.3135.88
Hex48656F239038c31524
Octal11014515743110703032544
Binary100100011001011101111100011100101110001100001110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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