#48646E

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

Shades of Smalt Blue #48646E

Tints of Smalt Blue #48646E

Color information

#48646E (or 0x48646E) is unknown color: approx Smalt Blue. HEX triplet: 48, 64 and 6E. RGB value is (72,100,110). Sum of RGB (Red+Green+Blue) = 72+100+110=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 110 - color contains mainly: blue. Hex color #48646E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48646E is #B79B91. Grayscale: #5C5C5C. Windows color (decimal): -12032914 or 7234632. OLE color: 7234632.

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

Color convert

RGB72100110-
CMYK0.350.0900.57
HSL195.79º20.88%35.69%-
HSV(B)195.79º34.55%43.14%-
XYZ10.0411.6216.46-
YUV92.77137.72113.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.53%
GREEN value IS 100 (39.45% from 255) = 35.46%
BLUE value IS 110 (43.36% from 255) = 39.01%
R=25.53%
G=35.46%
B=39.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal721001100.350.0900.57195.7920.8835.69
Hex48646E239039c41524
Octal11014415643110713042544
Binary100100011001001101110100011100101110011100010010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48646E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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