Shades of Boston Blue #4293AD
Tints of Boston Blue #4293AD
RGB
CMYK
RGB Variations
Color information
#4293AD (or 0x4293AD) is known color: Boston Blue. HEX triplet: 42, 93 and AD. RGB value is (66,147,173). Sum of RGB (Red+Green+Blue) = 66+147+173=386 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.10% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #4293AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4293AD is #BD6C52. Grayscale: #7D7D7D. Windows color (decimal): -12414035 or 11375426. OLE color: 11375426.
HSL color Cylindrical-coordinate representation of color #4293AD: hue angle of 194.58º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4293AD is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 147 | 173 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.32 |
| HSL | 194.58º | 0.45% | 0.47% | - |
| HSV(B) | 194.58º | 0.62% | 0.68% | - |
| XYZ | 20.22 | 25.04 | 43.3 | - |
| YUV | 125.75 | 154.66 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 147 | 173 | 0.62 | 0.15 | 0 | 0.32 | 194.58 | 0.45 | 0.47 |
| Hex | 42 | 93 | AD | 3E | F | 0 | 20 | C3 | 2D | 2F |
| Octal | 102 | 223 | 255 | 76 | 17 | 0 | 40 | 303 | 55 | 57 |
| Binary | 1000010 | 10010011 | 10101101 | 111110 | 1111 | 0 | 100000 | 11000011 | 101101 | 101111 |
Color Harmonies of #4293AD
Complementary color
Monochromatic Colors of #4293AD
Black with #4293AD
Text Example
Text Example
White with #4293AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4293AD; }
p { color: rgb(66,147,173); }
H1.HeaderClassName
{
color: #4293AD;
}
.AnyTagClassName
{
color: #4293AD;
}
</style>
background-color css
<style>
a { background-color: #4293AD; }
a { background-color: rgb(66,147,173); }
div.DivClassName
{
background-color: #4293AD;
}
.BgClassName
{
background-color: #4293AD;
}
</style>
border-color css
<style>
span { border-color: #4293AD; }
span { border-color: rgb(66,147,173); }
td.TdClassName
{
border-color: #4293AD;
}
.TagClassName
{
border-color: #4293AD;
}
</style>