#48A2AD

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

Shades of Boston Blue #48A2AD

Tints of Boston Blue #48A2AD

Color information

#48A2AD (or 0x48A2AD) is unknown color: approx Boston Blue. HEX triplet: 48, A2 and AD. RGB value is (72,162,173). Sum of RGB (Red+Green+Blue) = 72+162+173=407 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.69% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 173 - color contains mainly: blue. Hex color #48A2AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A2AD is #B75D52. Grayscale: #888888. Windows color (decimal): -12016979 or 11379272. OLE color: 11379272.

HSL color Cylindrical-coordinate representation of color #48A2AD: hue angle of 186.53º 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 #48A2AD is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB72162173-
CMYK0.580.0600.32
HSL186.53º41.22%48.04%-
HSV(B)186.53º58.38%67.84%-
XYZ23.1430.2444.15-
YUV136.34148.6882.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.69%
GREEN value IS 162 (63.67% from 255) = 39.80%
BLUE value IS 173 (67.97% from 255) = 42.51%
R=17.69%
G=39.80%
B=42.51%

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
Decimal721621730.580.0600.32186.5341.2248.04
Hex48A2AD3A6020bb2930
Octal1102422557260402735160
Binary10010001010001010101101111010110010000010111011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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