Shades of Boston Blue #4290AF
Tints of Boston Blue #4290AF
RGB
CMYK
RGB Variations
Color information
#4290AF (or 0x4290AF) is known color: Boston Blue. HEX triplet: 42, 90 and AF. RGB value is (66,144,175). Sum of RGB (Red+Green+Blue) = 66+144+175=385 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.14% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #4290AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4290AF is #BD6F50. Grayscale: #7C7C7C. Windows color (decimal): -12414801 or 11505730. OLE color: 11505730.
HSL color Cylindrical-coordinate representation of color #4290AF: hue angle of 197.06º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4290AF is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 144 | 175 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.31 |
| HSL | 197.06º | 0.45% | 0.47% | - |
| HSV(B) | 197.06º | 0.62% | 0.69% | - |
| XYZ | 19.96 | 24.2 | 44.18 | - |
| YUV | 124.21 | 156.66 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 144 | 175 | 0.62 | 0.18 | 0 | 0.31 | 197.06 | 0.45 | 0.47 |
| Hex | 42 | 90 | AF | 3E | 12 | 0 | 1F | C5 | 2D | 2F |
| Octal | 102 | 220 | 257 | 76 | 22 | 0 | 37 | 305 | 55 | 57 |
| Binary | 1000010 | 10010000 | 10101111 | 111110 | 10010 | 0 | 11111 | 11000101 | 101101 | 101111 |
Color Harmonies of #4290AF
Complementary color
Monochromatic Colors of #4290AF
Black with #4290AF
Text Example
Text Example
White with #4290AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4290AF; }
p { color: rgb(66,144,175); }
H1.HeaderClassName
{
color: #4290AF;
}
.AnyTagClassName
{
color: #4290AF;
}
</style>
background-color css
<style>
a { background-color: #4290AF; }
a { background-color: rgb(66,144,175); }
div.DivClassName
{
background-color: #4290AF;
}
.BgClassName
{
background-color: #4290AF;
}
</style>
border-color css
<style>
span { border-color: #4290AF; }
span { border-color: rgb(66,144,175); }
td.TdClassName
{
border-color: #4290AF;
}
.TagClassName
{
border-color: #4290AF;
}
</style>