#48646C

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

Shades of Smalt Blue #48646C

Tints of Smalt Blue #48646C

Color information

#48646C (or 0x48646C) is unknown color: approx Smalt Blue. HEX triplet: 48, 64 and 6C. RGB value is (72,100,108). Sum of RGB (Red+Green+Blue) = 72+100+108=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 108 - color contains mainly: blue. Hex color #48646C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48646C is #B79B93. Grayscale: #5C5C5C. Windows color (decimal): -12032916 or 7103560. OLE color: 7103560.

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

Color convert

RGB72100108-
CMYK0.330.0700.58
HSL193.33º20%35.29%-
HSV(B)193.33º33.33%42.35%-
XYZ9.9411.5715.9-
YUV92.54136.72113.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.71%
GREEN value IS 100 (39.45% from 255) = 35.71%
BLUE value IS 108 (42.58% from 255) = 38.57%
R=25.71%
G=35.71%
B=38.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal721001080.330.0700.58193.332035.29
Hex48646C21703Ac11423
Octal1101441544170723012443
Binary10010001100100110110010000111101110101100000110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48646C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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