Shades of Boston Blue #4596B1
Tints of Boston Blue #4596B1
RGB
CMYK
RGB Variations
Color information
#4596B1 (or 0x4596B1) is known color: Boston Blue. HEX triplet: 45, 96 and B1. RGB value is (69,150,177). Sum of RGB (Red+Green+Blue) = 69+150+177=396 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.42% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 177 (69.53% from 255 or 44.70% from 396); Max value from RGB is 177 - color contains mainly: blue. Hex color #4596B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4596B1 is #BA694E. Grayscale: #808080. Windows color (decimal): -12216655 or 11638341. OLE color: 11638341.
HSL color Cylindrical-coordinate representation of color #4596B1: hue angle of 195º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4596B1 is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 150 | 177 | - |
| CMYK | 0.61 | 0.15 | 0 | 0.31 |
| HSL | 195º | 0.44% | 0.48% | - |
| HSV(B) | 195º | 0.61% | 0.69% | - |
| XYZ | 21.3 | 26.25 | 45.54 | - |
| YUV | 128.86 | 155.16 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 150 | 177 | 0.61 | 0.15 | 0 | 0.31 | 195 | 0.44 | 0.48 |
| Hex | 45 | 96 | B1 | 3D | F | 0 | 1F | C3 | 2C | 30 |
| Octal | 105 | 226 | 261 | 75 | 17 | 0 | 37 | 303 | 54 | 60 |
| Binary | 1000101 | 10010110 | 10110001 | 111101 | 1111 | 0 | 11111 | 11000011 | 101100 | 110000 |
Color Harmonies of #4596B1
Complementary color
Monochromatic Colors of #4596B1
Black with #4596B1
Text Example
Text Example
White with #4596B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4596B1; }
p { color: rgb(69,150,177); }
H1.HeaderClassName
{
color: #4596B1;
}
.AnyTagClassName
{
color: #4596B1;
}
</style>
background-color css
<style>
a { background-color: #4596B1; }
a { background-color: rgb(69,150,177); }
div.DivClassName
{
background-color: #4596B1;
}
.BgClassName
{
background-color: #4596B1;
}
</style>
border-color css
<style>
span { border-color: #4596B1; }
span { border-color: rgb(69,150,177); }
td.TdClassName
{
border-color: #4596B1;
}
.TagClassName
{
border-color: #4596B1;
}
</style>