Shades of Boston Blue #459AB4
Tints of Boston Blue #459AB4
RGB
CMYK
RGB Variations
Color information
#459AB4 (or 0x459AB4) is known color: Boston Blue. HEX triplet: 45, 9A and B4. RGB value is (69,154,180). Sum of RGB (Red+Green+Blue) = 69+154+180=403 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.12% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 180 - color contains mainly: blue. Hex color #459AB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459AB4 is #BA654B. Grayscale: #838383. Windows color (decimal): -12215628 or 11835973. OLE color: 11835973.
HSL color Cylindrical-coordinate representation of color #459AB4: hue angle of 194.05º 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 #459AB4 is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 69 | 154 | 180 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.29 |
| HSL | 194.05º | 0.45% | 0.49% | - |
| HSV(B) | 194.05º | 0.62% | 0.71% | - |
| XYZ | 22.25 | 27.67 | 47.35 | - |
| YUV | 131.55 | 155.34 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 154 | 180 | 0.62 | 0.14 | 0 | 0.29 | 194.05 | 0.45 | 0.49 |
| Hex | 45 | 9A | B4 | 3E | E | 0 | 1D | C2 | 2D | 31 |
| Octal | 105 | 232 | 264 | 76 | 16 | 0 | 35 | 302 | 55 | 61 |
| Binary | 1000101 | 10011010 | 10110100 | 111110 | 1110 | 0 | 11101 | 11000010 | 101101 | 110001 |
Color Harmonies of #459AB4
Complementary color
Monochromatic Colors of #459AB4
Black with #459AB4
Text Example
Text Example
White with #459AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459AB4; }
p { color: rgb(69,154,180); }
H1.HeaderClassName
{
color: #459AB4;
}
.AnyTagClassName
{
color: #459AB4;
}
</style>
background-color css
<style>
a { background-color: #459AB4; }
a { background-color: rgb(69,154,180); }
div.DivClassName
{
background-color: #459AB4;
}
.BgClassName
{
background-color: #459AB4;
}
</style>
border-color css
<style>
span { border-color: #459AB4; }
span { border-color: rgb(69,154,180); }
td.TdClassName
{
border-color: #459AB4;
}
.TagClassName
{
border-color: #459AB4;
}
</style>