#48656E

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

Shades of Smalt Blue #48656E

Tints of Smalt Blue #48656E

Color information

#48656E (or 0x48656E) is unknown color: approx Smalt Blue. HEX triplet: 48, 65 and 6E. RGB value is (72,101,110). Sum of RGB (Red+Green+Blue) = 72+101+110=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 110 - color contains mainly: blue. Hex color #48656E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48656E is #B79A91. Grayscale: #5D5D5D. Windows color (decimal): -12032658 or 7234888. OLE color: 7234888.

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

Color convert

RGB72101110-
CMYK0.350.0800.57
HSL194.21º20.88%35.69%-
HSV(B)194.21º34.55%43.14%-
XYZ10.1411.8116.5-
YUV93.36137.39112.77-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.44%
GREEN value IS 101 (39.84% from 255) = 35.69%
BLUE value IS 110 (43.36% from 255) = 38.87%
R=25.44%
G=35.69%
B=38.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal721011100.350.0800.57194.2120.8835.69
Hex48656E238039c21524
Octal11014515643100713022544
Binary100100011001011101110100011100001110011100001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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