Shades of Boston Blue #468CA4
Tints of Boston Blue #468CA4
RGB
CMYK
RGB Variations
Color information
#468CA4 (or 0x468CA4) is known color: Boston Blue. HEX triplet: 46, 8C and A4. RGB value is (70,140,164). Sum of RGB (Red+Green+Blue) = 70+140+164=374 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.72% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 164 (64.45% from 255 or 43.85% from 374); Max value from RGB is 164 - color contains mainly: blue. Hex color #468CA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468CA4 is #B9735B. Grayscale: #797979. Windows color (decimal): -12153692 or 10783814. OLE color: 10783814.
HSL color Cylindrical-coordinate representation of color #468CA4: hue angle of 195.32º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #468CA4 is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 70 | 140 | 164 | - |
| CMYK | 0.57 | 0.15 | 0 | 0.36 |
| HSL | 195.32º | 0.4% | 0.46% | - |
| HSV(B) | 195.32º | 0.57% | 0.64% | - |
| XYZ | 18.6 | 22.74 | 38.53 | - |
| YUV | 121.81 | 151.81 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 140 | 164 | 0.57 | 0.15 | 0 | 0.36 | 195.32 | 0.4 | 0.46 |
| Hex | 46 | 8C | A4 | 39 | F | 0 | 24 | C3 | 28 | 2E |
| Octal | 106 | 214 | 244 | 71 | 17 | 0 | 44 | 303 | 50 | 56 |
| Binary | 1000110 | 10001100 | 10100100 | 111001 | 1111 | 0 | 100100 | 11000011 | 101000 | 101110 |
Color Harmonies of #468CA4
Complementary color
Monochromatic Colors of #468CA4
Black with #468CA4
Text Example
Text Example
White with #468CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468CA4; }
p { color: rgb(70,140,164); }
H1.HeaderClassName
{
color: #468CA4;
}
.AnyTagClassName
{
color: #468CA4;
}
</style>
background-color css
<style>
a { background-color: #468CA4; }
a { background-color: rgb(70,140,164); }
div.DivClassName
{
background-color: #468CA4;
}
.BgClassName
{
background-color: #468CA4;
}
</style>
border-color css
<style>
span { border-color: #468CA4; }
span { border-color: rgb(70,140,164); }
td.TdClassName
{
border-color: #468CA4;
}
.TagClassName
{
border-color: #468CA4;
}
</style>