Shades of Boston Blue #4596B4
Tints of Boston Blue #4596B4
RGB
CMYK
RGB Variations
Color information
#4596B4 (or 0x4596B4) is known color: Boston Blue. HEX triplet: 45, 96 and B4. RGB value is (69,150,180). Sum of RGB (Red+Green+Blue) = 69+150+180=399 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.29% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 180 (70.70% from 255 or 45.11% from 399); Max value from RGB is 180 - color contains mainly: blue. Hex color #4596B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4596B4 is #BA694B. Grayscale: #818181. Windows color (decimal): -12216652 or 11834949. OLE color: 11834949.
HSL color Cylindrical-coordinate representation of color #4596B4: hue angle of 196.22º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4596B4 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 69 | 150 | 180 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.29 |
| HSL | 196.22º | 0.45% | 0.49% | - |
| HSV(B) | 196.22º | 0.62% | 0.71% | - |
| XYZ | 21.6 | 26.37 | 47.13 | - |
| YUV | 129.2 | 156.66 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 150 | 180 | 0.62 | 0.17 | 0 | 0.29 | 196.22 | 0.45 | 0.49 |
| Hex | 45 | 96 | B4 | 3E | 11 | 0 | 1D | C4 | 2D | 31 |
| Octal | 105 | 226 | 264 | 76 | 21 | 0 | 35 | 304 | 55 | 61 |
| Binary | 1000101 | 10010110 | 10110100 | 111110 | 10001 | 0 | 11101 | 11000100 | 101101 | 110001 |
Color Harmonies of #4596B4
Complementary color
Monochromatic Colors of #4596B4
Black with #4596B4
Text Example
Text Example
White with #4596B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4596B4; }
p { color: rgb(69,150,180); }
H1.HeaderClassName
{
color: #4596B4;
}
.AnyTagClassName
{
color: #4596B4;
}
</style>
background-color css
<style>
a { background-color: #4596B4; }
a { background-color: rgb(69,150,180); }
div.DivClassName
{
background-color: #4596B4;
}
.BgClassName
{
background-color: #4596B4;
}
</style>
border-color css
<style>
span { border-color: #4596B4; }
span { border-color: rgb(69,150,180); }
td.TdClassName
{
border-color: #4596B4;
}
.TagClassName
{
border-color: #4596B4;
}
</style>