Shades of Boston Blue #459DB4
Tints of Boston Blue #459DB4
RGB
CMYK
RGB Variations
Color information
#459DB4 (or 0x459DB4) is known color: Boston Blue. HEX triplet: 45, 9D and B4. RGB value is (69,157,180). Sum of RGB (Red+Green+Blue) = 69+157+180=406 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.00% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 180 - color contains mainly: blue. Hex color #459DB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459DB4 is #BA624B. Grayscale: #858585. Windows color (decimal): -12214860 or 11836741. OLE color: 11836741.
HSL color Cylindrical-coordinate representation of color #459DB4: hue angle of 192.43º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #459DB4 is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 69 | 157 | 180 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.29 |
| HSL | 192.43º | 0.45% | 0.49% | - |
| HSV(B) | 192.43º | 0.62% | 0.71% | - |
| XYZ | 22.75 | 28.67 | 47.52 | - |
| YUV | 133.31 | 154.35 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 157 | 180 | 0.62 | 0.13 | 0 | 0.29 | 192.43 | 0.45 | 0.49 |
| Hex | 45 | 9D | B4 | 3E | D | 0 | 1D | C0 | 2D | 31 |
| Octal | 105 | 235 | 264 | 76 | 15 | 0 | 35 | 300 | 55 | 61 |
| Binary | 1000101 | 10011101 | 10110100 | 111110 | 1101 | 0 | 11101 | 11000000 | 101101 | 110001 |
Color Harmonies of #459DB4
Complementary color
Monochromatic Colors of #459DB4
Black with #459DB4
Text Example
Text Example
White with #459DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459DB4; }
p { color: rgb(69,157,180); }
H1.HeaderClassName
{
color: #459DB4;
}
.AnyTagClassName
{
color: #459DB4;
}
</style>
background-color css
<style>
a { background-color: #459DB4; }
a { background-color: rgb(69,157,180); }
div.DivClassName
{
background-color: #459DB4;
}
.BgClassName
{
background-color: #459DB4;
}
</style>
border-color css
<style>
span { border-color: #459DB4; }
span { border-color: rgb(69,157,180); }
td.TdClassName
{
border-color: #459DB4;
}
.TagClassName
{
border-color: #459DB4;
}
</style>