#488EAF

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

Shades of Boston Blue #488EAF

Tints of Boston Blue #488EAF

Color information

#488EAF (or 0x488EAF) is unknown color: approx Boston Blue. HEX triplet: 48, 8E and AF. RGB value is (72,142,175). Sum of RGB (Red+Green+Blue) = 72+142+175=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #488EAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488EAF is #B77150. Grayscale: #7C7C7C. Windows color (decimal): -12022097 or 11505224. OLE color: 11505224.

HSL color Cylindrical-coordinate representation of color #488EAF: hue angle of 199.22º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #488EAF is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB72142175-
CMYK0.590.1900.31
HSL199.22º41.7%48.43%-
HSV(B)199.22º58.86%68.63%-
XYZ20.0823.8244.1-
YUV124.83156.3190.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.51%
GREEN value IS 142 (55.86% from 255) = 36.50%
BLUE value IS 175 (68.75% from 255) = 44.99%
R=18.51%
G=36.50%
B=44.99%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal721421750.590.1900.31199.2241.748.43
Hex488EAF3B1301Fc72a30
Octal11021625773230373075260
Binary100100010001110101011111110111001101111111000111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,142,175); }

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

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

 a { background-color: rgb(72,142,175); }

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

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

 span { border-color: rgb(72,142,175); }

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