Shades of Boston Blue #4093BB
Tints of Boston Blue #4093BB
RGB
CMYK
RGB Variations
Color information
#4093BB (or 0x4093BB) is known color: Boston Blue. HEX triplet: 40, 93 and BB. RGB value is (64,147,187). Sum of RGB (Red+Green+Blue) = 64+147+187=398 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.08% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #4093BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4093BB is #BF6C44. Grayscale: #7E7E7E. Windows color (decimal): -12545093 or 12292928. OLE color: 12292928.
HSL color Cylindrical-coordinate representation of color #4093BB: hue angle of 199.51º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4093BB is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 147 | 187 | - |
| CMYK | 0.66 | 0.21 | 0 | 0.27 |
| HSL | 199.51º | 0.49% | 0.49% | - |
| HSV(B) | 199.51º | 0.66% | 0.73% | - |
| XYZ | 21.52 | 25.55 | 50.81 | - |
| YUV | 126.74 | 162 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 147 | 187 | 0.66 | 0.21 | 0 | 0.27 | 199.51 | 0.49 | 0.49 |
| Hex | 40 | 93 | BB | 42 | 15 | 0 | 1B | C8 | 31 | 31 |
| Octal | 100 | 223 | 273 | 102 | 25 | 0 | 33 | 310 | 61 | 61 |
| Binary | 1000000 | 10010011 | 10111011 | 1000010 | 10101 | 0 | 11011 | 11001000 | 110001 | 110001 |
Color Harmonies of #4093BB
Complementary color
Monochromatic Colors of #4093BB
Black with #4093BB
Text Example
Text Example
White with #4093BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4093BB; }
p { color: rgb(64,147,187); }
H1.HeaderClassName
{
color: #4093BB;
}
.AnyTagClassName
{
color: #4093BB;
}
</style>
background-color css
<style>
a { background-color: #4093BB; }
a { background-color: rgb(64,147,187); }
div.DivClassName
{
background-color: #4093BB;
}
.BgClassName
{
background-color: #4093BB;
}
</style>
border-color css
<style>
span { border-color: #4093BB; }
span { border-color: rgb(64,147,187); }
td.TdClassName
{
border-color: #4093BB;
}
.TagClassName
{
border-color: #4093BB;
}
</style>