Shades of Boston Blue #468FAC
Tints of Boston Blue #468FAC
RGB
CMYK
RGB Variations
Color information
#468FAC (or 0x468FAC) is known color: Boston Blue. HEX triplet: 46, 8F and AC. RGB value is (70,143,172). Sum of RGB (Red+Green+Blue) = 70+143+172=385 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.18% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #468FAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468FAC is #B97053. Grayscale: #7C7C7C. Windows color (decimal): -12152916 or 11308870. OLE color: 11308870.
HSL color Cylindrical-coordinate representation of color #468FAC: hue angle of 197.06º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #468FAC is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 143 | 172 | - |
| CMYK | 0.59 | 0.17 | 0 | 0.33 |
| HSL | 197.06º | 0.42% | 0.47% | - |
| HSV(B) | 197.06º | 0.59% | 0.67% | - |
| XYZ | 19.79 | 23.93 | 42.6 | - |
| YUV | 124.48 | 154.82 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 143 | 172 | 0.59 | 0.17 | 0 | 0.33 | 197.06 | 0.42 | 0.47 |
| Hex | 46 | 8F | AC | 3B | 11 | 0 | 21 | C5 | 2A | 2F |
| Octal | 106 | 217 | 254 | 73 | 21 | 0 | 41 | 305 | 52 | 57 |
| Binary | 1000110 | 10001111 | 10101100 | 111011 | 10001 | 0 | 100001 | 11000101 | 101010 | 101111 |
Color Harmonies of #468FAC
Complementary color
Monochromatic Colors of #468FAC
Black with #468FAC
Text Example
Text Example
White with #468FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468FAC; }
p { color: rgb(70,143,172); }
H1.HeaderClassName
{
color: #468FAC;
}
.AnyTagClassName
{
color: #468FAC;
}
</style>
background-color css
<style>
a { background-color: #468FAC; }
a { background-color: rgb(70,143,172); }
div.DivClassName
{
background-color: #468FAC;
}
.BgClassName
{
background-color: #468FAC;
}
</style>
border-color css
<style>
span { border-color: #468FAC; }
span { border-color: rgb(70,143,172); }
td.TdClassName
{
border-color: #468FAC;
}
.TagClassName
{
border-color: #468FAC;
}
</style>