#48616C

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

Shades of Smalt Blue #48616C

Tints of Smalt Blue #48616C

Color information

#48616C (or 0x48616C) is unknown color: approx Smalt Blue. HEX triplet: 48, 61 and 6C. RGB value is (72,97,108). Sum of RGB (Red+Green+Blue) = 72+97+108=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 108 - color contains mainly: blue. Hex color #48616C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48616C is #B79E93. Grayscale: #5A5A5A. Windows color (decimal): -12033684 or 7102792. OLE color: 7102792.

HSL color Cylindrical-coordinate representation of color #48616C: hue angle of 198.33º 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 #48616C is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7297108-
CMYK0.330.1000.58
HSL198.33º20%35.29%-
HSV(B)198.33º33.33%42.35%-
XYZ9.6511.0115.8-
YUV90.78137.72114.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.99%
GREEN value IS 97 (38.28% from 255) = 35.02%
BLUE value IS 108 (42.58% from 255) = 38.99%
R=25.99%
G=35.02%
B=38.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72971080.330.1000.58198.332035.29
Hex48616C21A03Ac61423
Octal11014115441120723062443
Binary100100011000011101100100001101001110101100011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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