#488DAA

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

Shades of Boston Blue #488DAA

Tints of Boston Blue #488DAA

Color information

#488DAA (or 0x488DAA) is unknown color: approx Boston Blue. HEX triplet: 48, 8D and AA. RGB value is (72,141,170). Sum of RGB (Red+Green+Blue) = 72+141+170=383 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.80% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #488DAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488DAA is #B77255. Grayscale: #7B7B7B. Windows color (decimal): -12022358 or 11177288. OLE color: 11177288.

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

Color convert

RGB72141170-
CMYK0.580.1700.33
HSL197.76º40.5%47.45%-
HSV(B)197.76º57.65%66.67%-
XYZ19.4523.3341.51-
YUV123.67154.1491.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.80%
GREEN value IS 141 (55.47% from 255) = 36.81%
BLUE value IS 170 (66.80% from 255) = 44.39%
R=18.80%
G=36.81%
B=44.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721411700.580.1700.33197.7640.547.45
Hex488DAA3A11021c6282f
Octal11021525272210413065057
Binary1001000100011011010101011101010001010000111000110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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