Shades of Boston Blue #469AB2
Tints of Boston Blue #469AB2
RGB
CMYK
RGB Variations
Color information
#469AB2 (or 0x469AB2) is known color: Boston Blue. HEX triplet: 46, 9A and B2. RGB value is (70,154,178). Sum of RGB (Red+Green+Blue) = 70+154+178=402 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.41% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 178 (69.92% from 255 or 44.28% from 402); Max value from RGB is 178 - color contains mainly: blue. Hex color #469AB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469AB2 is #B9654D. Grayscale: #838383. Windows color (decimal): -12150094 or 11704902. OLE color: 11704902.
HSL color Cylindrical-coordinate representation of color #469AB2: hue angle of 193.33º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #469AB2 is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 70 | 154 | 178 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.30 |
| HSL | 193.33º | 0.44% | 0.49% | - |
| HSV(B) | 193.33º | 0.61% | 0.7% | - |
| XYZ | 22.12 | 27.63 | 46.29 | - |
| YUV | 131.62 | 154.17 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 154 | 178 | 0.61 | 0.13 | 0 | 0.30 | 193.33 | 0.44 | 0.49 |
| Hex | 46 | 9A | B2 | 3D | D | 0 | 1E | C1 | 2C | 31 |
| Octal | 106 | 232 | 262 | 75 | 15 | 0 | 36 | 301 | 54 | 61 |
| Binary | 1000110 | 10011010 | 10110010 | 111101 | 1101 | 0 | 11110 | 11000001 | 101100 | 110001 |
Color Harmonies of #469AB2
Complementary color
Monochromatic Colors of #469AB2
Black with #469AB2
Text Example
Text Example
White with #469AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469AB2; }
p { color: rgb(70,154,178); }
H1.HeaderClassName
{
color: #469AB2;
}
.AnyTagClassName
{
color: #469AB2;
}
</style>
background-color css
<style>
a { background-color: #469AB2; }
a { background-color: rgb(70,154,178); }
div.DivClassName
{
background-color: #469AB2;
}
.BgClassName
{
background-color: #469AB2;
}
</style>
border-color css
<style>
span { border-color: #469AB2; }
span { border-color: rgb(70,154,178); }
td.TdClassName
{
border-color: #469AB2;
}
.TagClassName
{
border-color: #469AB2;
}
</style>