Shades of Boston Blue #469BBD
Tints of Boston Blue #469BBD
RGB
CMYK
RGB Variations
Color information
#469BBD (or 0x469BBD) is known color: Boston Blue. HEX triplet: 46, 9B and BD. RGB value is (70,155,189). Sum of RGB (Red+Green+Blue) = 70+155+189=414 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.91% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #469BBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469BBD is #B96442. Grayscale: #858585. Windows color (decimal): -12149827 or 12426054. OLE color: 12426054.
HSL color Cylindrical-coordinate representation of color #469BBD: hue angle of 197.14º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #469BBD is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 155 | 189 | - |
| CMYK | 0.63 | 0.18 | 0 | 0.26 |
| HSL | 197.14º | 0.47% | 0.51% | - |
| HSV(B) | 197.14º | 0.63% | 0.74% | - |
| XYZ | 23.43 | 28.42 | 52.39 | - |
| YUV | 133.46 | 159.34 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 155 | 189 | 0.63 | 0.18 | 0 | 0.26 | 197.14 | 0.47 | 0.51 |
| Hex | 46 | 9B | BD | 3F | 12 | 0 | 1A | C5 | 2F | 33 |
| Octal | 106 | 233 | 275 | 77 | 22 | 0 | 32 | 305 | 57 | 63 |
| Binary | 1000110 | 10011011 | 10111101 | 111111 | 10010 | 0 | 11010 | 11000101 | 101111 | 110011 |
Color Harmonies of #469BBD
Complementary color
Monochromatic Colors of #469BBD
Black with #469BBD
Text Example
Text Example
White with #469BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469BBD; }
p { color: rgb(70,155,189); }
H1.HeaderClassName
{
color: #469BBD;
}
.AnyTagClassName
{
color: #469BBD;
}
</style>
background-color css
<style>
a { background-color: #469BBD; }
a { background-color: rgb(70,155,189); }
div.DivClassName
{
background-color: #469BBD;
}
.BgClassName
{
background-color: #469BBD;
}
</style>
border-color css
<style>
span { border-color: #469BBD; }
span { border-color: rgb(70,155,189); }
td.TdClassName
{
border-color: #469BBD;
}
.TagClassName
{
border-color: #469BBD;
}
</style>