Shades of Boston Blue #4098BD
Tints of Boston Blue #4098BD
RGB
CMYK
RGB Variations
Color information
#4098BD (or 0x4098BD) is known color: Boston Blue. HEX triplet: 40, 98 and BD. RGB value is (64,152,189). Sum of RGB (Red+Green+Blue) = 64+152+189=405 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.80% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #4098BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4098BD is #BF6742. Grayscale: #818181. Windows color (decimal): -12543811 or 12425280. OLE color: 12425280.
HSL color Cylindrical-coordinate representation of color #4098BD: hue angle of 197.76º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4098BD is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 152 | 189 | - |
| CMYK | 0.66 | 0.20 | 0 | 0.26 |
| HSL | 197.76º | 0.49% | 0.5% | - |
| HSV(B) | 197.76º | 0.66% | 0.74% | - |
| XYZ | 22.53 | 27.22 | 52.21 | - |
| YUV | 129.91 | 161.35 | 80.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 152 | 189 | 0.66 | 0.20 | 0 | 0.26 | 197.76 | 0.49 | 0.5 |
| Hex | 40 | 98 | BD | 42 | 14 | 0 | 1A | C6 | 31 | 32 |
| Octal | 100 | 230 | 275 | 102 | 24 | 0 | 32 | 306 | 61 | 62 |
| Binary | 1000000 | 10011000 | 10111101 | 1000010 | 10100 | 0 | 11010 | 11000110 | 110001 | 110010 |
Color Harmonies of #4098BD
Complementary color
Monochromatic Colors of #4098BD
Black with #4098BD
Text Example
Text Example
White with #4098BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4098BD; }
p { color: rgb(64,152,189); }
H1.HeaderClassName
{
color: #4098BD;
}
.AnyTagClassName
{
color: #4098BD;
}
</style>
background-color css
<style>
a { background-color: #4098BD; }
a { background-color: rgb(64,152,189); }
div.DivClassName
{
background-color: #4098BD;
}
.BgClassName
{
background-color: #4098BD;
}
</style>
border-color css
<style>
span { border-color: #4098BD; }
span { border-color: rgb(64,152,189); }
td.TdClassName
{
border-color: #4098BD;
}
.TagClassName
{
border-color: #4098BD;
}
</style>