#488FB2

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

Shades of Boston Blue #488FB2

Tints of Boston Blue #488FB2

Color information

#488FB2 (or 0x488FB2) is unknown color: approx Boston Blue. HEX triplet: 48, 8F and B2. RGB value is (72,143,178). Sum of RGB (Red+Green+Blue) = 72+143+178=393 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.32% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 178 (69.92% from 255 or 45.29% from 393); Max value from RGB is 178 - color contains mainly: blue. Hex color #488FB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488FB2 is #B7704D. Grayscale: #7D7D7D. Windows color (decimal): -12021838 or 11702088. OLE color: 11702088.

HSL color Cylindrical-coordinate representation of color #488FB2: hue angle of 199.81º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #488FB2 is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB72143178-
CMYK0.600.2000.30
HSL199.81º42.4%49.02%-
HSV(B)199.81º59.55%69.8%-
XYZ20.5324.2445.72-
YUV125.76157.4889.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.32%
GREEN value IS 143 (56.25% from 255) = 36.39%
BLUE value IS 178 (69.92% from 255) = 45.29%
R=18.32%
G=36.39%
B=45.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal721431780.600.2000.30199.8142.449.02
Hex488FB23C1401Ec82a31
Octal11021726274240363105261
Binary100100010001111101100101111001010001111011001000101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,143,178); }

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

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

 a { background-color: rgb(72,143,178); }

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

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

 span { border-color: rgb(72,143,178); }

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