#48656C

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

Shades of Smalt Blue #48656C

Tints of Smalt Blue #48656C

Color information

#48656C (or 0x48656C) is unknown color: approx Smalt Blue. HEX triplet: 48, 65 and 6C. RGB value is (72,101,108). Sum of RGB (Red+Green+Blue) = 72+101+108=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 108 - color contains mainly: blue. Hex color #48656C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48656C is #B79A93. Grayscale: #5D5D5D. Windows color (decimal): -12032660 or 7103816. OLE color: 7103816.

HSL color Cylindrical-coordinate representation of color #48656C: hue angle of 191.67º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #48656C is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB72101108-
CMYK0.330.0600.58
HSL191.67º20%35.29%-
HSV(B)191.67º33.33%42.35%-
XYZ10.0311.7715.93-
YUV93.13136.39112.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.62%
GREEN value IS 101 (39.84% from 255) = 35.94%
BLUE value IS 108 (42.58% from 255) = 38.43%
R=25.62%
G=35.94%
B=38.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal721011080.330.0600.58191.672035.29
Hex48656C21603Ac01423
Octal1101451544160723002443
Binary10010001100101110110010000111001110101100000010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48656C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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