#48A5AF

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

Shades of Boston Blue #48A5AF

Tints of Boston Blue #48A5AF

Color information

#48A5AF (or 0x48A5AF) is unknown color: approx Boston Blue. HEX triplet: 48, A5 and AF. RGB value is (72,165,175). Sum of RGB (Red+Green+Blue) = 72+165+175=412 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.48% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 175 - color contains mainly: blue. Hex color #48A5AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A5AF is #B75A50. Grayscale: #8A8A8A. Windows color (decimal): -12016209 or 11511112. OLE color: 11511112.

HSL color Cylindrical-coordinate representation of color #48A5AF: hue angle of 185.83º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48A5AF is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB72165175-
CMYK0.590.0600.31
HSL185.83º41.7%48.43%-
HSV(B)185.83º58.86%68.63%-
XYZ23.8731.3845.36-
YUV138.33148.6980.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.48%
GREEN value IS 165 (64.84% from 255) = 40.05%
BLUE value IS 175 (68.75% from 255) = 42.48%
R=17.48%
G=40.05%
B=42.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal721651750.590.0600.31185.8341.748.43
Hex48A5AF3B601Fba2a30
Octal1102452577360372725260
Binary1001000101001011010111111101111001111110111010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,165,175); }

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

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

 a { background-color: rgb(72,165,175); }

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

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

 span { border-color: rgb(72,165,175); }

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