Shades of Boston Blue #4398BC
Tints of Boston Blue #4398BC
RGB
CMYK
RGB Variations
Color information
#4398BC (or 0x4398BC) is known color: Boston Blue. HEX triplet: 43, 98 and BC. RGB value is (67,152,188). Sum of RGB (Red+Green+Blue) = 67+152+188=407 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.46% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #4398BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4398BC is #BC6743. Grayscale: #828282. Windows color (decimal): -12347204 or 12359747. OLE color: 12359747.
HSL color Cylindrical-coordinate representation of color #4398BC: hue angle of 197.85º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4398BC is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 152 | 188 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.26 |
| HSL | 197.85º | 0.47% | 0.5% | - |
| HSV(B) | 197.85º | 0.64% | 0.74% | - |
| XYZ | 22.62 | 27.28 | 51.65 | - |
| YUV | 130.69 | 160.34 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 152 | 188 | 0.64 | 0.19 | 0 | 0.26 | 197.85 | 0.47 | 0.5 |
| Hex | 43 | 98 | BC | 40 | 13 | 0 | 1A | C6 | 2F | 32 |
| Octal | 103 | 230 | 274 | 100 | 23 | 0 | 32 | 306 | 57 | 62 |
| Binary | 1000011 | 10011000 | 10111100 | 1000000 | 10011 | 0 | 11010 | 11000110 | 101111 | 110010 |
Color Harmonies of #4398BC
Complementary color
Monochromatic Colors of #4398BC
Black with #4398BC
Text Example
Text Example
White with #4398BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4398BC; }
p { color: rgb(67,152,188); }
H1.HeaderClassName
{
color: #4398BC;
}
.AnyTagClassName
{
color: #4398BC;
}
</style>
background-color css
<style>
a { background-color: #4398BC; }
a { background-color: rgb(67,152,188); }
div.DivClassName
{
background-color: #4398BC;
}
.BgClassName
{
background-color: #4398BC;
}
</style>
border-color css
<style>
span { border-color: #4398BC; }
span { border-color: rgb(67,152,188); }
td.TdClassName
{
border-color: #4398BC;
}
.TagClassName
{
border-color: #4398BC;
}
</style>