Shades of Boston Blue #4597BD
Tints of Boston Blue #4597BD
RGB
CMYK
RGB Variations
Color information
#4597BD (or 0x4597BD) is known color: Boston Blue. HEX triplet: 45, 97 and BD. RGB value is (69,151,189). Sum of RGB (Red+Green+Blue) = 69+151+189=409 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.87% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #4597BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4597BD is #BA6842. Grayscale: #828282. Windows color (decimal): -12216387 or 12425029. OLE color: 12425029.
HSL color Cylindrical-coordinate representation of color #4597BD: hue angle of 199º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4597BD is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 151 | 189 | - |
| CMYK | 0.63 | 0.20 | 0 | 0.26 |
| HSL | 199º | 0.48% | 0.51% | - |
| HSV(B) | 199º | 0.63% | 0.74% | - |
| XYZ | 22.71 | 27.07 | 52.17 | - |
| YUV | 130.81 | 160.83 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 151 | 189 | 0.63 | 0.20 | 0 | 0.26 | 199 | 0.48 | 0.51 |
| Hex | 45 | 97 | BD | 3F | 14 | 0 | 1A | C7 | 30 | 33 |
| Octal | 105 | 227 | 275 | 77 | 24 | 0 | 32 | 307 | 60 | 63 |
| Binary | 1000101 | 10010111 | 10111101 | 111111 | 10100 | 0 | 11010 | 11000111 | 110000 | 110011 |
Color Harmonies of #4597BD
Complementary color
Monochromatic Colors of #4597BD
Black with #4597BD
Text Example
Text Example
White with #4597BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4597BD; }
p { color: rgb(69,151,189); }
H1.HeaderClassName
{
color: #4597BD;
}
.AnyTagClassName
{
color: #4597BD;
}
</style>
background-color css
<style>
a { background-color: #4597BD; }
a { background-color: rgb(69,151,189); }
div.DivClassName
{
background-color: #4597BD;
}
.BgClassName
{
background-color: #4597BD;
}
</style>
border-color css
<style>
span { border-color: #4597BD; }
span { border-color: rgb(69,151,189); }
td.TdClassName
{
border-color: #4597BD;
}
.TagClassName
{
border-color: #4597BD;
}
</style>