Shades of Boston Blue #468AAA
Tints of Boston Blue #468AAA
RGB
CMYK
RGB Variations
Color information
#468AAA (or 0x468AAA) is known color: Boston Blue. HEX triplet: 46, 8A and AA. RGB value is (70,138,170). Sum of RGB (Red+Green+Blue) = 70+138+170=378 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.52% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #468AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468AAA is #B97555. Grayscale: #797979. Windows color (decimal): -12154198 or 11176518. OLE color: 11176518.
HSL color Cylindrical-coordinate representation of color #468AAA: hue angle of 199.2º 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 #468AAA is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 138 | 170 | - |
| CMYK | 0.59 | 0.19 | 0 | 0.33 |
| HSL | 199.2º | 0.42% | 0.47% | - |
| HSV(B) | 199.2º | 0.59% | 0.67% | - |
| XYZ | 18.87 | 22.38 | 41.36 | - |
| YUV | 121.32 | 155.47 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 138 | 170 | 0.59 | 0.19 | 0 | 0.33 | 199.2 | 0.42 | 0.47 |
| Hex | 46 | 8A | AA | 3B | 13 | 0 | 21 | C7 | 2A | 2F |
| Octal | 106 | 212 | 252 | 73 | 23 | 0 | 41 | 307 | 52 | 57 |
| Binary | 1000110 | 10001010 | 10101010 | 111011 | 10011 | 0 | 100001 | 11000111 | 101010 | 101111 |
Color Harmonies of #468AAA
Complementary color
Monochromatic Colors of #468AAA
Black with #468AAA
Text Example
Text Example
White with #468AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468AAA; }
p { color: rgb(70,138,170); }
H1.HeaderClassName
{
color: #468AAA;
}
.AnyTagClassName
{
color: #468AAA;
}
</style>
background-color css
<style>
a { background-color: #468AAA; }
a { background-color: rgb(70,138,170); }
div.DivClassName
{
background-color: #468AAA;
}
.BgClassName
{
background-color: #468AAA;
}
</style>
border-color css
<style>
span { border-color: #468AAA; }
span { border-color: rgb(70,138,170); }
td.TdClassName
{
border-color: #468AAA;
}
.TagClassName
{
border-color: #468AAA;
}
</style>