Shades of Boston Blue #4593BB
Tints of Boston Blue #4593BB
RGB
CMYK
RGB Variations
Color information
#4593BB (or 0x4593BB) is known color: Boston Blue. HEX triplet: 45, 93 and BB. RGB value is (69,147,187). Sum of RGB (Red+Green+Blue) = 69+147+187=403 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.12% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #4593BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4593BB is #BA6C44. Grayscale: #808080. Windows color (decimal): -12217413 or 12292933. OLE color: 12292933.
HSL color Cylindrical-coordinate representation of color #4593BB: hue angle of 200.34º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4593BB is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 147 | 187 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.27 |
| HSL | 200.34º | 0.46% | 0.5% | - |
| HSV(B) | 200.34º | 0.63% | 0.73% | - |
| XYZ | 21.86 | 25.72 | 50.83 | - |
| YUV | 128.24 | 161.16 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 147 | 187 | 0.63 | 0.21 | 0 | 0.27 | 200.34 | 0.46 | 0.5 |
| Hex | 45 | 93 | BB | 3F | 15 | 0 | 1B | C8 | 2E | 32 |
| Octal | 105 | 223 | 273 | 77 | 25 | 0 | 33 | 310 | 56 | 62 |
| Binary | 1000101 | 10010011 | 10111011 | 111111 | 10101 | 0 | 11011 | 11001000 | 101110 | 110010 |
Color Harmonies of #4593BB
Complementary color
Monochromatic Colors of #4593BB
Black with #4593BB
Text Example
Text Example
White with #4593BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4593BB; }
p { color: rgb(69,147,187); }
H1.HeaderClassName
{
color: #4593BB;
}
.AnyTagClassName
{
color: #4593BB;
}
</style>
background-color css
<style>
a { background-color: #4593BB; }
a { background-color: rgb(69,147,187); }
div.DivClassName
{
background-color: #4593BB;
}
.BgClassName
{
background-color: #4593BB;
}
</style>
border-color css
<style>
span { border-color: #4593BB; }
span { border-color: rgb(69,147,187); }
td.TdClassName
{
border-color: #4593BB;
}
.TagClassName
{
border-color: #4593BB;
}
</style>