#48A4AF

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

Shades of Boston Blue #48A4AF

Tints of Boston Blue #48A4AF

Color information

#48A4AF (or 0x48A4AF) is unknown color: approx Boston Blue. HEX triplet: 48, A4 and AF. RGB value is (72,164,175). Sum of RGB (Red+Green+Blue) = 72+164+175=411 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.52% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 175 - color contains mainly: blue. Hex color #48A4AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A4AF is #B75B50. Grayscale: #898989. Windows color (decimal): -12016465 or 11510856. OLE color: 11510856.

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

Color convert

RGB72164175-
CMYK0.590.0600.31
HSL186.41º41.7%48.43%-
HSV(B)186.41º58.86%68.63%-
XYZ23.6931.0245.3-
YUV137.75149.0281.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.52%
GREEN value IS 164 (64.45% from 255) = 39.90%
BLUE value IS 175 (68.75% from 255) = 42.58%
R=17.52%
G=39.90%
B=42.58%

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
Decimal721641750.590.0600.31186.4141.748.43
Hex48A4AF3B601Fba2a30
Octal1102442577360372725260
Binary1001000101001001010111111101111001111110111010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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