Shades of Boston Blue #459CB3
Tints of Boston Blue #459CB3
RGB
CMYK
RGB Variations
Color information
#459CB3 (or 0x459CB3) is known color: Boston Blue. HEX triplet: 45, 9C and B3. RGB value is (69,156,179). Sum of RGB (Red+Green+Blue) = 69+156+179=404 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.08% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 179 (70.31% from 255 or 44.31% from 404); Max value from RGB is 179 - color contains mainly: blue. Hex color #459CB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459CB3 is #BA634C. Grayscale: #848484. Windows color (decimal): -12215117 or 11770949. OLE color: 11770949.
HSL color Cylindrical-coordinate representation of color #459CB3: hue angle of 192.55º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #459CB3 is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 69 | 156 | 179 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.30 |
| HSL | 192.55º | 0.44% | 0.49% | - |
| HSV(B) | 192.55º | 0.61% | 0.7% | - |
| XYZ | 22.48 | 28.3 | 46.92 | - |
| YUV | 132.61 | 154.18 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 156 | 179 | 0.61 | 0.13 | 0 | 0.30 | 192.55 | 0.44 | 0.49 |
| Hex | 45 | 9C | B3 | 3D | D | 0 | 1E | C1 | 2C | 31 |
| Octal | 105 | 234 | 263 | 75 | 15 | 0 | 36 | 301 | 54 | 61 |
| Binary | 1000101 | 10011100 | 10110011 | 111101 | 1101 | 0 | 11110 | 11000001 | 101100 | 110001 |
Color Harmonies of #459CB3
Complementary color
Monochromatic Colors of #459CB3
Black with #459CB3
Text Example
Text Example
White with #459CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459CB3; }
p { color: rgb(69,156,179); }
H1.HeaderClassName
{
color: #459CB3;
}
.AnyTagClassName
{
color: #459CB3;
}
</style>
background-color css
<style>
a { background-color: #459CB3; }
a { background-color: rgb(69,156,179); }
div.DivClassName
{
background-color: #459CB3;
}
.BgClassName
{
background-color: #459CB3;
}
</style>
border-color css
<style>
span { border-color: #459CB3; }
span { border-color: rgb(69,156,179); }
td.TdClassName
{
border-color: #459CB3;
}
.TagClassName
{
border-color: #459CB3;
}
</style>