Shades of Boston Blue #488CA4
Tints of Boston Blue #488CA4
RGB
CMYK
RGB Variations
Color information
#488CA4 (or 0x488CA4) is known color: Boston Blue. HEX triplet: 48, 8C and A4. RGB value is (72,140,164). Sum of RGB (Red+Green+Blue) = 72+140+164=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 164 (64.45% from 255 or 43.62% from 376); Max value from RGB is 164 - color contains mainly: blue. Hex color #488CA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488CA4 is #B7735B. Grayscale: #7A7A7A. Windows color (decimal): -12022620 or 10783816. OLE color: 10783816.
HSL color Cylindrical-coordinate representation of color #488CA4: hue angle of 195.65º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #488CA4 is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 140 | 164 | - |
| CMYK | 0.56 | 0.15 | 0 | 0.36 |
| HSL | 195.65º | 0.39% | 0.46% | - |
| HSV(B) | 195.65º | 0.56% | 0.64% | - |
| XYZ | 18.75 | 22.81 | 38.54 | - |
| YUV | 122.4 | 151.47 | 92.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 140 | 164 | 0.56 | 0.15 | 0 | 0.36 | 195.65 | 0.39 | 0.46 |
| Hex | 48 | 8C | A4 | 38 | F | 0 | 24 | C4 | 27 | 2E |
| Octal | 110 | 214 | 244 | 70 | 17 | 0 | 44 | 304 | 47 | 56 |
| Binary | 1001000 | 10001100 | 10100100 | 111000 | 1111 | 0 | 100100 | 11000100 | 100111 | 101110 |
Color Harmonies of #488CA4
Complementary color
Monochromatic Colors of #488CA4
Black with #488CA4
Text Example
Text Example
White with #488CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488CA4; }
p { color: rgb(72,140,164); }
H1.HeaderClassName
{
color: #488CA4;
}
.AnyTagClassName
{
color: #488CA4;
}
</style>
background-color css
<style>
a { background-color: #488CA4; }
a { background-color: rgb(72,140,164); }
div.DivClassName
{
background-color: #488CA4;
}
.BgClassName
{
background-color: #488CA4;
}
</style>
border-color css
<style>
span { border-color: #488CA4; }
span { border-color: rgb(72,140,164); }
td.TdClassName
{
border-color: #488CA4;
}
.TagClassName
{
border-color: #488CA4;
}
</style>