#488BAB

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

Shades of Boston Blue #488BAB

Tints of Boston Blue #488BAB

Color information

#488BAB (or 0x488BAB) is unknown color: approx Boston Blue. HEX triplet: 48, 8B and AB. RGB value is (72,139,171). Sum of RGB (Red+Green+Blue) = 72+139+171=382 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.85% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #488BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488BAB is #B77454. Grayscale: #7A7A7A. Windows color (decimal): -12022869 or 11242312. OLE color: 11242312.

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

Color convert

RGB72139171-
CMYK0.580.1900.33
HSL199.39º40.74%47.65%-
HSV(B)199.39º57.89%67.06%-
XYZ19.2622.7841.91-
YUV122.61155.391.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.85%
GREEN value IS 139 (54.69% from 255) = 36.39%
BLUE value IS 171 (67.19% from 255) = 44.76%
R=18.85%
G=36.39%
B=44.76%

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
Decimal721391710.580.1900.33199.3940.7447.65
Hex488BAB3A13021c72930
Octal11021325372230413075160
Binary1001000100010111010101111101010011010000111000111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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