Shades of Boston Blue #459BC1
Tints of Boston Blue #459BC1
RGB
CMYK
RGB Variations
Color information
#459BC1 (or 0x459BC1) is known color: Boston Blue. HEX triplet: 45, 9B and C1. RGB value is (69,155,193). Sum of RGB (Red+Green+Blue) = 69+155+193=417 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.55% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 193 (75.78% from 255 or 46.28% from 417); Max value from RGB is 193 - color contains mainly: blue. Hex color #459BC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459BC1 is #BA643E. Grayscale: #858585. Windows color (decimal): -12215359 or 12688197. OLE color: 12688197.
HSL color Cylindrical-coordinate representation of color #459BC1: hue angle of 198.39º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #459BC1 is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 155 | 193 | - |
| CMYK | 0.64 | 0.20 | 0 | 0.24 |
| HSL | 198.39º | 0.5% | 0.51% | - |
| HSV(B) | 198.39º | 0.64% | 0.76% | - |
| XYZ | 23.8 | 28.56 | 54.71 | - |
| YUV | 133.62 | 161.51 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 155 | 193 | 0.64 | 0.20 | 0 | 0.24 | 198.39 | 0.5 | 0.51 |
| Hex | 45 | 9B | C1 | 40 | 14 | 0 | 18 | C6 | 32 | 33 |
| Octal | 105 | 233 | 301 | 100 | 24 | 0 | 30 | 306 | 62 | 63 |
| Binary | 1000101 | 10011011 | 11000001 | 1000000 | 10100 | 0 | 11000 | 11000110 | 110010 | 110011 |
Color Harmonies of #459BC1
Complementary color
Monochromatic Colors of #459BC1
Black with #459BC1
Text Example
Text Example
White with #459BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459BC1; }
p { color: rgb(69,155,193); }
H1.HeaderClassName
{
color: #459BC1;
}
.AnyTagClassName
{
color: #459BC1;
}
</style>
background-color css
<style>
a { background-color: #459BC1; }
a { background-color: rgb(69,155,193); }
div.DivClassName
{
background-color: #459BC1;
}
.BgClassName
{
background-color: #459BC1;
}
</style>
border-color css
<style>
span { border-color: #459BC1; }
span { border-color: rgb(69,155,193); }
td.TdClassName
{
border-color: #459BC1;
}
.TagClassName
{
border-color: #459BC1;
}
</style>