Shades of Boston Blue #4293AE
Tints of Boston Blue #4293AE
RGB
CMYK
RGB Variations
Color information
#4293AE (or 0x4293AE) is known color: Boston Blue. HEX triplet: 42, 93 and AE. RGB value is (66,147,174). Sum of RGB (Red+Green+Blue) = 66+147+174=387 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.05% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #4293AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4293AE is #BD6C51. Grayscale: #7D7D7D. Windows color (decimal): -12414034 or 11440962. OLE color: 11440962.
HSL color Cylindrical-coordinate representation of color #4293AE: hue angle of 195º 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 #4293AE is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 147 | 174 | - |
| CMYK | 0.62 | 0.16 | 0 | 0.32 |
| HSL | 195º | 0.45% | 0.47% | - |
| HSV(B) | 195º | 0.62% | 0.68% | - |
| XYZ | 20.32 | 25.08 | 43.81 | - |
| YUV | 125.86 | 155.16 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 147 | 174 | 0.62 | 0.16 | 0 | 0.32 | 195 | 0.45 | 0.47 |
| Hex | 42 | 93 | AE | 3E | 10 | 0 | 20 | C3 | 2D | 2F |
| Octal | 102 | 223 | 256 | 76 | 20 | 0 | 40 | 303 | 55 | 57 |
| Binary | 1000010 | 10010011 | 10101110 | 111110 | 10000 | 0 | 100000 | 11000011 | 101101 | 101111 |
Color Harmonies of #4293AE
Complementary color
Monochromatic Colors of #4293AE
Black with #4293AE
Text Example
Text Example
White with #4293AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4293AE; }
p { color: rgb(66,147,174); }
H1.HeaderClassName
{
color: #4293AE;
}
.AnyTagClassName
{
color: #4293AE;
}
</style>
background-color css
<style>
a { background-color: #4293AE; }
a { background-color: rgb(66,147,174); }
div.DivClassName
{
background-color: #4293AE;
}
.BgClassName
{
background-color: #4293AE;
}
</style>
border-color css
<style>
span { border-color: #4293AE; }
span { border-color: rgb(66,147,174); }
td.TdClassName
{
border-color: #4293AE;
}
.TagClassName
{
border-color: #4293AE;
}
</style>