#488AAC

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

Shades of Boston Blue #488AAC

Tints of Boston Blue #488AAC

Color information

#488AAC (or 0x488AAC) is unknown color: approx Boston Blue. HEX triplet: 48, 8A and AC. RGB value is (72,138,172). Sum of RGB (Red+Green+Blue) = 72+138+172=382 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.85% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #488AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488AAC is #B77553. Grayscale: #797979. Windows color (decimal): -12023124 or 11307592. OLE color: 11307592.

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

Color convert

RGB72138172-
CMYK0.580.2000.33
HSL200.4º40.98%47.84%-
HSV(B)200.4º58.14%67.45%-
XYZ19.2122.5342.37-
YUV122.14156.1392.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.85%
GREEN value IS 138 (54.30% from 255) = 36.13%
BLUE value IS 172 (67.58% from 255) = 45.03%
R=18.85%
G=36.13%
B=45.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721381720.580.2000.33200.440.9847.84
Hex488AAC3A14021c82930
Octal11021225472240413105160
Binary1001000100010101010110011101010100010000111001000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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