Shades of Boston Blue #4097BD
Tints of Boston Blue #4097BD
RGB
CMYK
RGB Variations
Color information
#4097BD (or 0x4097BD) is known color: Boston Blue. HEX triplet: 40, 97 and BD. RGB value is (64,151,189). Sum of RGB (Red+Green+Blue) = 64+151+189=404 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.84% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #4097BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4097BD is #BF6842. Grayscale: #818181. Windows color (decimal): -12544067 or 12425024. OLE color: 12425024.
HSL color Cylindrical-coordinate representation of color #4097BD: hue angle of 198.24º 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 #4097BD is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 151 | 189 | - |
| CMYK | 0.66 | 0.20 | 0 | 0.26 |
| HSL | 198.24º | 0.49% | 0.5% | - |
| HSV(B) | 198.24º | 0.66% | 0.74% | - |
| XYZ | 22.37 | 26.9 | 52.16 | - |
| YUV | 129.32 | 161.68 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 151 | 189 | 0.66 | 0.20 | 0 | 0.26 | 198.24 | 0.49 | 0.5 |
| Hex | 40 | 97 | BD | 42 | 14 | 0 | 1A | C6 | 31 | 32 |
| Octal | 100 | 227 | 275 | 102 | 24 | 0 | 32 | 306 | 61 | 62 |
| Binary | 1000000 | 10010111 | 10111101 | 1000010 | 10100 | 0 | 11010 | 11000110 | 110001 | 110010 |
Color Harmonies of #4097BD
Complementary color
Monochromatic Colors of #4097BD
Black with #4097BD
Text Example
Text Example
White with #4097BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4097BD; }
p { color: rgb(64,151,189); }
H1.HeaderClassName
{
color: #4097BD;
}
.AnyTagClassName
{
color: #4097BD;
}
</style>
background-color css
<style>
a { background-color: #4097BD; }
a { background-color: rgb(64,151,189); }
div.DivClassName
{
background-color: #4097BD;
}
.BgClassName
{
background-color: #4097BD;
}
</style>
border-color css
<style>
span { border-color: #4097BD; }
span { border-color: rgb(64,151,189); }
td.TdClassName
{
border-color: #4097BD;
}
.TagClassName
{
border-color: #4097BD;
}
</style>