Shades of Boston Blue #4B93BB
Tints of Boston Blue #4B93BB
RGB
CMYK
RGB Variations
Color information
#4B93BB (or 0x4B93BB) is known color: Boston Blue. HEX triplet: 4B, 93 and BB. RGB value is (75,147,187). Sum of RGB (Red+Green+Blue) = 75+147+187=409 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.34% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 187 - color contains mainly: blue. Hex color #4B93BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B93BB is #B46C44. Grayscale: #818181. Windows color (decimal): -11824197 or 12292939. OLE color: 12292939.
HSL color Cylindrical-coordinate representation of color #4B93BB: hue angle of 201.43º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B93BB is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 147 | 187 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.27 |
| HSL | 201.43º | 0.45% | 0.51% | - |
| HSV(B) | 201.43º | 0.6% | 0.73% | - |
| XYZ | 22.31 | 25.95 | 50.85 | - |
| YUV | 130.03 | 160.15 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 147 | 187 | 0.60 | 0.21 | 0 | 0.27 | 201.43 | 0.45 | 0.51 |
| Hex | 4B | 93 | BB | 3C | 15 | 0 | 1B | C9 | 2D | 33 |
| Octal | 113 | 223 | 273 | 74 | 25 | 0 | 33 | 311 | 55 | 63 |
| Binary | 1001011 | 10010011 | 10111011 | 111100 | 10101 | 0 | 11011 | 11001001 | 101101 | 110011 |
Color Harmonies of #4B93BB
Complementary color
Monochromatic Colors of #4B93BB
Black with #4B93BB
Text Example
Text Example
White with #4B93BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B93BB; }
p { color: rgb(75,147,187); }
H1.HeaderClassName
{
color: #4B93BB;
}
.AnyTagClassName
{
color: #4B93BB;
}
</style>
background-color css
<style>
a { background-color: #4B93BB; }
a { background-color: rgb(75,147,187); }
div.DivClassName
{
background-color: #4B93BB;
}
.BgClassName
{
background-color: #4B93BB;
}
</style>
border-color css
<style>
span { border-color: #4B93BB; }
span { border-color: rgb(75,147,187); }
td.TdClassName
{
border-color: #4B93BB;
}
.TagClassName
{
border-color: #4B93BB;
}
</style>