Shades of Boston Blue #459CA4
Tints of Boston Blue #459CA4
RGB
CMYK
RGB Variations
Color information
#459CA4 (or 0x459CA4) is known color: Boston Blue. HEX triplet: 45, 9C and A4. RGB value is (69,156,164). Sum of RGB (Red+Green+Blue) = 69+156+164=389 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.74% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 164 (64.45% from 255 or 42.16% from 389); Max value from RGB is 164 - color contains mainly: blue. Hex color #459CA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459CA4 is #BA635B. Grayscale: #828282. Windows color (decimal): -12215132 or 10787909. OLE color: 10787909.
HSL color Cylindrical-coordinate representation of color #459CA4: hue angle of 185.05º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #459CA4 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 156 | 164 | - |
| CMYK | 0.58 | 0.05 | 0 | 0.36 |
| HSL | 185.05º | 0.41% | 0.46% | - |
| HSV(B) | 185.05º | 0.58% | 0.64% | - |
| XYZ | 21.04 | 27.72 | 39.36 | - |
| YUV | 130.9 | 146.68 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 156 | 164 | 0.58 | 0.05 | 0 | 0.36 | 185.05 | 0.41 | 0.46 |
| Hex | 45 | 9C | A4 | 3A | 5 | 0 | 24 | B9 | 29 | 2E |
| Octal | 105 | 234 | 244 | 72 | 5 | 0 | 44 | 271 | 51 | 56 |
| Binary | 1000101 | 10011100 | 10100100 | 111010 | 101 | 0 | 100100 | 10111001 | 101001 | 101110 |
Color Harmonies of #459CA4
Complementary color
Monochromatic Colors of #459CA4
Black with #459CA4
Text Example
Text Example
White with #459CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459CA4; }
p { color: rgb(69,156,164); }
H1.HeaderClassName
{
color: #459CA4;
}
.AnyTagClassName
{
color: #459CA4;
}
</style>
background-color css
<style>
a { background-color: #459CA4; }
a { background-color: rgb(69,156,164); }
div.DivClassName
{
background-color: #459CA4;
}
.BgClassName
{
background-color: #459CA4;
}
</style>
border-color css
<style>
span { border-color: #459CA4; }
span { border-color: rgb(69,156,164); }
td.TdClassName
{
border-color: #459CA4;
}
.TagClassName
{
border-color: #459CA4;
}
</style>