Shades of Boston Blue #4682A5
Tints of Boston Blue #4682A5
RGB
CMYK
RGB Variations
Color information
#4682A5 (or 0x4682A5) is known color: Boston Blue. HEX triplet: 46, 82 and A5. RGB value is (70,130,165). Sum of RGB (Red+Green+Blue) = 70+130+165=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 165 (64.84% from 255 or 45.21% from 365); Max value from RGB is 165 - color contains mainly: blue. Hex color #4682A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4682A5 is #B97D5A. Grayscale: #737373. Windows color (decimal): -12156251 or 10846790. OLE color: 10846790.
HSL color Cylindrical-coordinate representation of color #4682A5: hue angle of 202.11º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4682A5 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 130 | 165 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.35 |
| HSL | 202.11º | 0.4% | 0.46% | - |
| HSV(B) | 202.11º | 0.58% | 0.65% | - |
| XYZ | 17.3 | 19.98 | 38.54 | - |
| YUV | 116.05 | 155.62 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 130 | 165 | 0.58 | 0.21 | 0 | 0.35 | 202.11 | 0.4 | 0.46 |
| Hex | 46 | 82 | A5 | 3A | 15 | 0 | 23 | CA | 28 | 2E |
| Octal | 106 | 202 | 245 | 72 | 25 | 0 | 43 | 312 | 50 | 56 |
| Binary | 1000110 | 10000010 | 10100101 | 111010 | 10101 | 0 | 100011 | 11001010 | 101000 | 101110 |
Color Harmonies of #4682A5
Complementary color
Monochromatic Colors of #4682A5
Black with #4682A5
Text Example
Text Example
White with #4682A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4682A5; }
p { color: rgb(70,130,165); }
H1.HeaderClassName
{
color: #4682A5;
}
.AnyTagClassName
{
color: #4682A5;
}
</style>
background-color css
<style>
a { background-color: #4682A5; }
a { background-color: rgb(70,130,165); }
div.DivClassName
{
background-color: #4682A5;
}
.BgClassName
{
background-color: #4682A5;
}
</style>
border-color css
<style>
span { border-color: #4682A5; }
span { border-color: rgb(70,130,165); }
td.TdClassName
{
border-color: #4682A5;
}
.TagClassName
{
border-color: #4682A5;
}
</style>