#488cae

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

Shades of Boston Blue #488CAE

Tints of Boston Blue #488CAE

Color information

#488CAE (or 0x488CAE) is unknown color: approx Boston Blue. HEX triplet: 48, 8C and AE. RGB value is (72,140,174). Sum of RGB (Red+Green+Blue) = 72+140+174=386 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.65% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #488CAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488CAE is #B77351. Grayscale: #7B7B7B. Windows color (decimal): -12022610 or 11439176. OLE color: 11439176.

HSL color Cylindrical-coordinate representation of color #488CAE: hue angle of 200º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #488CAE is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB72140174-
CMYK0.590.2000.32
HSL200º41.46%48.24%-
HSV(B)200º58.62%68.24%-
XYZ19.6923.1943.48-
YUV123.54156.4791.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.65%
GREEN value IS 140 (55.08% from 255) = 36.27%
BLUE value IS 174 (68.36% from 255) = 45.08%
R=18.65%
G=36.27%
B=45.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal721401740.590.2000.3220041.4648.24
Hex488CAE3B14020c82930
Octal11021425673240403105160
Binary1001000100011001010111011101110100010000011001000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488cae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,140,174); }

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

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

 a { background-color: rgb(72,140,174); }

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

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

 span { border-color: rgb(72,140,174); }

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