Shades of Boston Blue #4598A4
Tints of Boston Blue #4598A4
RGB
CMYK
RGB Variations
Color information
#4598A4 (or 0x4598A4) is known color: Boston Blue. HEX triplet: 45, 98 and A4. RGB value is (69,152,164). Sum of RGB (Red+Green+Blue) = 69+152+164=385 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.92% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 164 (64.45% from 255 or 42.60% from 385); Max value from RGB is 164 - color contains mainly: blue. Hex color #4598A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4598A4 is #BA675B. Grayscale: #808080. Windows color (decimal): -12216156 or 10786885. OLE color: 10786885.
HSL color Cylindrical-coordinate representation of color #4598A4: hue angle of 187.58º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4598A4 is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 152 | 164 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.36 |
| HSL | 187.58º | 0.41% | 0.46% | - |
| HSV(B) | 187.58º | 0.58% | 0.64% | - |
| XYZ | 20.38 | 26.4 | 39.14 | - |
| YUV | 128.55 | 148 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 152 | 164 | 0.58 | 0.07 | 0 | 0.36 | 187.58 | 0.41 | 0.46 |
| Hex | 45 | 98 | A4 | 3A | 7 | 0 | 24 | BC | 29 | 2E |
| Octal | 105 | 230 | 244 | 72 | 7 | 0 | 44 | 274 | 51 | 56 |
| Binary | 1000101 | 10011000 | 10100100 | 111010 | 111 | 0 | 100100 | 10111100 | 101001 | 101110 |
Color Harmonies of #4598A4
Complementary color
Monochromatic Colors of #4598A4
Black with #4598A4
Text Example
Text Example
White with #4598A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4598A4; }
p { color: rgb(69,152,164); }
H1.HeaderClassName
{
color: #4598A4;
}
.AnyTagClassName
{
color: #4598A4;
}
</style>
background-color css
<style>
a { background-color: #4598A4; }
a { background-color: rgb(69,152,164); }
div.DivClassName
{
background-color: #4598A4;
}
.BgClassName
{
background-color: #4598A4;
}
</style>
border-color css
<style>
span { border-color: #4598A4; }
span { border-color: rgb(69,152,164); }
td.TdClassName
{
border-color: #4598A4;
}
.TagClassName
{
border-color: #4598A4;
}
</style>