#48A2AC

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

Shades of Boston Blue #48A2AC

Tints of Boston Blue #48A2AC

Color information

#48A2AC (or 0x48A2AC) is unknown color: approx Boston Blue. HEX triplet: 48, A2 and AC. RGB value is (72,162,172). Sum of RGB (Red+Green+Blue) = 72+162+172=406 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.73% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #48A2AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A2AC is #B75D53. Grayscale: #888888. Windows color (decimal): -12016980 or 11313736. OLE color: 11313736.

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

Color convert

RGB72162172-
CMYK0.580.0600.33
HSL186º40.98%47.84%-
HSV(B)186º58.14%67.45%-
XYZ23.0430.243.64-
YUV136.23148.1882.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.73%
GREEN value IS 162 (63.67% from 255) = 39.90%
BLUE value IS 172 (67.58% from 255) = 42.36%
R=17.73%
G=39.90%
B=42.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721621720.580.0600.3318640.9847.84
Hex48A2AC3A6021ba2930
Octal1102422547260412725160
Binary10010001010001010101100111010110010000110111010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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