#488AAB

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

Shades of Boston Blue #488AAB

Tints of Boston Blue #488AAB

Color information

#488AAB (or 0x488AAB) is unknown color: approx Boston Blue. HEX triplet: 48, 8A and AB. RGB value is (72,138,171). Sum of RGB (Red+Green+Blue) = 72+138+171=381 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.90% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #488AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488AAB is #B77554. Grayscale: #797979. Windows color (decimal): -12023125 or 11242056. OLE color: 11242056.

HSL color Cylindrical-coordinate representation of color #488AAB: hue angle of 200º 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 #488AAB is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB72138171-
CMYK0.580.1900.33
HSL200º40.74%47.65%-
HSV(B)200º57.89%67.06%-
XYZ19.1122.4941.86-
YUV122.03155.6392.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.90%
GREEN value IS 138 (54.30% from 255) = 36.22%
BLUE value IS 171 (67.19% from 255) = 44.88%
R=18.90%
G=36.22%
B=44.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721381710.580.1900.3320040.7447.65
Hex488AAB3A13021c82930
Octal11021225372230413105160
Binary1001000100010101010101111101010011010000111001000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488AAB; }

 p { color: rgb(72,138,171); }

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

<style>
 a { background-color: #488AAB; }

 a { background-color: rgb(72,138,171); }

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

<style>
 span { border-color: #488AAB; }

 span { border-color: rgb(72,138,171); }

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