#48A3AD

Color #48A3AD Boston Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boston Blue #48A3AD

Tints of Boston Blue #48A3AD

Color information

#48A3AD (or 0x48A3AD) is unknown color: approx Boston Blue. HEX triplet: 48, A3 and AD. RGB value is (72,163,173). Sum of RGB (Red+Green+Blue) = 72+163+173=408 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.65% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 173 - color contains mainly: blue. Hex color #48A3AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A3AD is #B75C52. Grayscale: #888888. Windows color (decimal): -12016723 or 11379528. OLE color: 11379528.

HSL color Cylindrical-coordinate representation of color #48A3AD: hue angle of 185.94º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48A3AD is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB72163173-
CMYK0.580.0600.32
HSL185.94º41.22%48.04%-
HSV(B)185.94º58.38%67.84%-
XYZ23.3130.5944.21-
YUV136.93148.3581.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.65%
GREEN value IS 163 (64.06% from 255) = 39.95%
BLUE value IS 173 (67.97% from 255) = 42.40%
R=17.65%
G=39.95%
B=42.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal721631730.580.0600.32185.9441.2248.04
Hex48A3AD3A6020ba2930
Octal1102432557260402725160
Binary10010001010001110101101111010110010000010111010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48A3AD; }

 p { color: rgb(72,163,173); }

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

<style>
 a { background-color: #48A3AD; }

 a { background-color: rgb(72,163,173); }

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

<style>
 span { border-color: #48A3AD; }

 span { border-color: rgb(72,163,173); }

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