#48A1AE

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

Shades of Boston Blue #48A1AE

Tints of Boston Blue #48A1AE

Color information

#48A1AE (or 0x48A1AE) is unknown color: approx Boston Blue. HEX triplet: 48, A1 and AE. RGB value is (72,161,174). Sum of RGB (Red+Green+Blue) = 72+161+174=407 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.69% from 407); Green value is 161 (63.28% from 255 or 39.56% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 174 - color contains mainly: blue. Hex color #48A1AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A1AE is #B75E51. Grayscale: #878787. Windows color (decimal): -12017234 or 11444552. OLE color: 11444552.

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

Color convert

RGB72161174-
CMYK0.590.0700.32
HSL187.65º41.46%48.24%-
HSV(B)187.65º58.62%68.24%-
XYZ23.0629.9244.6-
YUV135.87149.5182.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.69%
GREEN value IS 161 (63.28% from 255) = 39.56%
BLUE value IS 174 (68.36% from 255) = 42.75%
R=17.69%
G=39.56%
B=42.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal721611740.590.0700.32187.6541.4648.24
Hex48A1AE3B7020bc2930
Octal1102412567370402745160
Binary10010001010000110101110111011111010000010111100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,161,174); }

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

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

 a { background-color: rgb(72,161,174); }

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

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

 span { border-color: rgb(72,161,174); }

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