#4888AA

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

Shades of Boston Blue #4888AA

Tints of Boston Blue #4888AA

Color information

#4888AA (or 0x4888AA) is unknown color: approx Boston Blue. HEX triplet: 48, 88 and AA. RGB value is (72,136,170). Sum of RGB (Red+Green+Blue) = 72+136+170=378 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.05% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #4888AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4888AA is #B77755. Grayscale: #787878. Windows color (decimal): -12023638 or 11176008. OLE color: 11176008.

HSL color Cylindrical-coordinate representation of color #4888AA: hue angle of 200.82º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4888AA is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB72136170-
CMYK0.580.2000.33
HSL200.82º40.5%47.45%-
HSV(B)200.82º57.65%66.67%-
XYZ18.7321.8941.27-
YUV120.74155.893.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.05%
GREEN value IS 136 (53.52% from 255) = 35.98%
BLUE value IS 170 (66.80% from 255) = 44.97%
R=19.05%
G=35.98%
B=44.97%

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
Decimal721361700.580.2000.33200.8240.547.45
Hex4888AA3A14021c9282f
Octal11021025272240413115057
Binary1001000100010001010101011101010100010000111001001101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4888AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4888AA; }

 p { color: rgb(72,136,170); }

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

<style>
 a { background-color: #4888AA; }

 a { background-color: rgb(72,136,170); }

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

<style>
 span { border-color: #4888AA; }

 span { border-color: rgb(72,136,170); }

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