Shades of Boston Blue #4B95BE
Tints of Boston Blue #4B95BE
RGB
CMYK
RGB Variations
Color information
#4B95BE (or 0x4B95BE) is known color: Boston Blue. HEX triplet: 4B, 95 and BE. RGB value is (75,149,190). Sum of RGB (Red+Green+Blue) = 75+149+190=414 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.12% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #4B95BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B95BE is #B46A41. Grayscale: #838383. Windows color (decimal): -11823682 or 12490059. OLE color: 12490059.
HSL color Cylindrical-coordinate representation of color #4B95BE: hue angle of 201.39º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B95BE is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 75 | 149 | 190 | - |
| CMYK | 0.61 | 0.22 | 0 | 0.25 |
| HSL | 201.39º | 0.47% | 0.52% | - |
| HSV(B) | 201.39º | 0.61% | 0.75% | - |
| XYZ | 22.94 | 26.71 | 52.66 | - |
| YUV | 131.55 | 160.98 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 149 | 190 | 0.61 | 0.22 | 0 | 0.25 | 201.39 | 0.47 | 0.52 |
| Hex | 4B | 95 | BE | 3D | 16 | 0 | 19 | C9 | 2F | 34 |
| Octal | 113 | 225 | 276 | 75 | 26 | 0 | 31 | 311 | 57 | 64 |
| Binary | 1001011 | 10010101 | 10111110 | 111101 | 10110 | 0 | 11001 | 11001001 | 101111 | 110100 |
Color Harmonies of #4B95BE
Complementary color
Monochromatic Colors of #4B95BE
Black with #4B95BE
Text Example
Text Example
White with #4B95BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B95BE; }
p { color: rgb(75,149,190); }
H1.HeaderClassName
{
color: #4B95BE;
}
.AnyTagClassName
{
color: #4B95BE;
}
</style>
background-color css
<style>
a { background-color: #4B95BE; }
a { background-color: rgb(75,149,190); }
div.DivClassName
{
background-color: #4B95BE;
}
.BgClassName
{
background-color: #4B95BE;
}
</style>
border-color css
<style>
span { border-color: #4B95BE; }
span { border-color: rgb(75,149,190); }
td.TdClassName
{
border-color: #4B95BE;
}
.TagClassName
{
border-color: #4B95BE;
}
</style>