Shades of Boston Blue #468FB4
Tints of Boston Blue #468FB4
RGB
CMYK
RGB Variations
Color information
#468FB4 (or 0x468FB4) is known color: Boston Blue. HEX triplet: 46, 8F and B4. RGB value is (70,143,180). Sum of RGB (Red+Green+Blue) = 70+143+180=393 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.81% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 180 (70.70% from 255 or 45.80% from 393); Max value from RGB is 180 - color contains mainly: blue. Hex color #468FB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468FB4 is #B9704B. Grayscale: #7D7D7D. Windows color (decimal): -12152908 or 11833158. OLE color: 11833158.
HSL color Cylindrical-coordinate representation of color #468FB4: hue angle of 200.18º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #468FB4 is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 70 | 143 | 180 | - |
| CMYK | 0.61 | 0.21 | 0 | 0.29 |
| HSL | 200.18º | 0.44% | 0.49% | - |
| HSV(B) | 200.18º | 0.61% | 0.71% | - |
| XYZ | 20.59 | 24.24 | 46.77 | - |
| YUV | 125.39 | 158.82 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 143 | 180 | 0.61 | 0.21 | 0 | 0.29 | 200.18 | 0.44 | 0.49 |
| Hex | 46 | 8F | B4 | 3D | 15 | 0 | 1D | C8 | 2C | 31 |
| Octal | 106 | 217 | 264 | 75 | 25 | 0 | 35 | 310 | 54 | 61 |
| Binary | 1000110 | 10001111 | 10110100 | 111101 | 10101 | 0 | 11101 | 11001000 | 101100 | 110001 |
Color Harmonies of #468FB4
Complementary color
Monochromatic Colors of #468FB4
Black with #468FB4
Text Example
Text Example
White with #468FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468FB4; }
p { color: rgb(70,143,180); }
H1.HeaderClassName
{
color: #468FB4;
}
.AnyTagClassName
{
color: #468FB4;
}
</style>
background-color css
<style>
a { background-color: #468FB4; }
a { background-color: rgb(70,143,180); }
div.DivClassName
{
background-color: #468FB4;
}
.BgClassName
{
background-color: #468FB4;
}
</style>
border-color css
<style>
span { border-color: #468FB4; }
span { border-color: rgb(70,143,180); }
td.TdClassName
{
border-color: #468FB4;
}
.TagClassName
{
border-color: #468FB4;
}
</style>