Shades of Boston Blue #469CA5
Tints of Boston Blue #469CA5
RGB
CMYK
RGB Variations
Color information
#469CA5 (or 0x469CA5) is known color: Boston Blue. HEX triplet: 46, 9C and A5. RGB value is (70,156,165). Sum of RGB (Red+Green+Blue) = 70+156+165=391 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.90% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 165 (64.84% from 255 or 42.20% from 391); Max value from RGB is 165 - color contains mainly: blue. Hex color #469CA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469CA5 is #B9635A. Grayscale: #838383. Windows color (decimal): -12149595 or 10853446. OLE color: 10853446.
HSL color Cylindrical-coordinate representation of color #469CA5: hue angle of 185.68º 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 #469CA5 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 156 | 165 | - |
| CMYK | 0.58 | 0.05 | 0 | 0.35 |
| HSL | 185.68º | 0.4% | 0.46% | - |
| HSV(B) | 185.68º | 0.58% | 0.65% | - |
| XYZ | 21.21 | 27.8 | 39.84 | - |
| YUV | 131.31 | 147.01 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 156 | 165 | 0.58 | 0.05 | 0 | 0.35 | 185.68 | 0.4 | 0.46 |
| Hex | 46 | 9C | A5 | 3A | 5 | 0 | 23 | BA | 28 | 2E |
| Octal | 106 | 234 | 245 | 72 | 5 | 0 | 43 | 272 | 50 | 56 |
| Binary | 1000110 | 10011100 | 10100101 | 111010 | 101 | 0 | 100011 | 10111010 | 101000 | 101110 |
Color Harmonies of #469CA5
Complementary color
Monochromatic Colors of #469CA5
Black with #469CA5
Text Example
Text Example
White with #469CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469CA5; }
p { color: rgb(70,156,165); }
H1.HeaderClassName
{
color: #469CA5;
}
.AnyTagClassName
{
color: #469CA5;
}
</style>
background-color css
<style>
a { background-color: #469CA5; }
a { background-color: rgb(70,156,165); }
div.DivClassName
{
background-color: #469CA5;
}
.BgClassName
{
background-color: #469CA5;
}
</style>
border-color css
<style>
span { border-color: #469CA5; }
span { border-color: rgb(70,156,165); }
td.TdClassName
{
border-color: #469CA5;
}
.TagClassName
{
border-color: #469CA5;
}
</style>