Shades of Boston Blue #4590AF
Tints of Boston Blue #4590AF
RGB
CMYK
RGB Variations
Color information
#4590AF (or 0x4590AF) is known color: Boston Blue. HEX triplet: 45, 90 and AF. RGB value is (69,144,175). Sum of RGB (Red+Green+Blue) = 69+144+175=388 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.78% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #4590AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4590AF is #BA6F50. Grayscale: #7C7C7C. Windows color (decimal): -12218193 or 11505733. OLE color: 11505733.
HSL color Cylindrical-coordinate representation of color #4590AF: hue angle of 197.55º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4590AF is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 144 | 175 | - |
| CMYK | 0.61 | 0.18 | 0 | 0.31 |
| HSL | 197.55º | 0.43% | 0.48% | - |
| HSV(B) | 197.55º | 0.61% | 0.69% | - |
| XYZ | 20.17 | 24.31 | 44.19 | - |
| YUV | 125.11 | 156.15 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 144 | 175 | 0.61 | 0.18 | 0 | 0.31 | 197.55 | 0.43 | 0.48 |
| Hex | 45 | 90 | AF | 3D | 12 | 0 | 1F | C6 | 2B | 30 |
| Octal | 105 | 220 | 257 | 75 | 22 | 0 | 37 | 306 | 53 | 60 |
| Binary | 1000101 | 10010000 | 10101111 | 111101 | 10010 | 0 | 11111 | 11000110 | 101011 | 110000 |
Color Harmonies of #4590AF
Complementary color
Monochromatic Colors of #4590AF
Black with #4590AF
Text Example
Text Example
White with #4590AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4590AF; }
p { color: rgb(69,144,175); }
H1.HeaderClassName
{
color: #4590AF;
}
.AnyTagClassName
{
color: #4590AF;
}
</style>
background-color css
<style>
a { background-color: #4590AF; }
a { background-color: rgb(69,144,175); }
div.DivClassName
{
background-color: #4590AF;
}
.BgClassName
{
background-color: #4590AF;
}
</style>
border-color css
<style>
span { border-color: #4590AF; }
span { border-color: rgb(69,144,175); }
td.TdClassName
{
border-color: #4590AF;
}
.TagClassName
{
border-color: #4590AF;
}
</style>