#488CAD

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

Shades of Boston Blue #488CAD

Tints of Boston Blue #488CAD

Color information

#488CAD (or 0x488CAD) is unknown color: approx Boston Blue. HEX triplet: 48, 8C and AD. RGB value is (72,140,173). Sum of RGB (Red+Green+Blue) = 72+140+173=385 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.70% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #488CAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488CAD is #B77352. Grayscale: #7B7B7B. Windows color (decimal): -12022611 or 11373640. OLE color: 11373640.

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

Color convert

RGB72140173-
CMYK0.580.1900.32
HSL199.6º41.22%48.04%-
HSV(B)199.6º58.38%67.84%-
XYZ19.5923.1542.97-
YUV123.43155.9791.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.70%
GREEN value IS 140 (55.08% from 255) = 36.36%
BLUE value IS 173 (67.97% from 255) = 44.94%
R=18.70%
G=36.36%
B=44.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal721401730.580.1900.32199.641.2248.04
Hex488CAD3A13020c82930
Octal11021425572230403105160
Binary1001000100011001010110111101010011010000011001000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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