#48636C

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

Shades of Smalt Blue #48636C

Tints of Smalt Blue #48636C

Color information

#48636C (or 0x48636C) is unknown color: approx Smalt Blue. HEX triplet: 48, 63 and 6C. RGB value is (72,99,108). Sum of RGB (Red+Green+Blue) = 72+99+108=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 108 - color contains mainly: blue. Hex color #48636C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48636C is #B79C93. Grayscale: #5B5B5B. Windows color (decimal): -12033172 or 7103304. OLE color: 7103304.

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

Color convert

RGB7299108-
CMYK0.330.0800.58
HSL195º20%35.29%-
HSV(B)195º33.33%42.35%-
XYZ9.8411.3815.87-
YUV91.95137.05113.77-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.81%
GREEN value IS 99 (39.06% from 255) = 35.48%
BLUE value IS 108 (42.58% from 255) = 38.71%
R=25.81%
G=35.48%
B=38.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72991080.330.0800.581952035.29
Hex48636C21803Ac31423
Octal11014315441100723032443
Binary100100011000111101100100001100001110101100001110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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