Shades of Boston Blue #4093AE
Tints of Boston Blue #4093AE
RGB
CMYK
RGB Variations
Color information
#4093AE (or 0x4093AE) is known color: Boston Blue. HEX triplet: 40, 93 and AE. RGB value is (64,147,174). Sum of RGB (Red+Green+Blue) = 64+147+174=385 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.62% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #4093AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4093AE is #BF6C51. Grayscale: #7D7D7D. Windows color (decimal): -12545106 or 11440960. OLE color: 11440960.
HSL color Cylindrical-coordinate representation of color #4093AE: hue angle of 194.73º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4093AE is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 147 | 174 | - |
| CMYK | 0.63 | 0.16 | 0 | 0.32 |
| HSL | 194.73º | 0.46% | 0.47% | - |
| HSV(B) | 194.73º | 0.63% | 0.68% | - |
| XYZ | 20.19 | 25.01 | 43.81 | - |
| YUV | 125.26 | 155.5 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 147 | 174 | 0.63 | 0.16 | 0 | 0.32 | 194.73 | 0.46 | 0.47 |
| Hex | 40 | 93 | AE | 3F | 10 | 0 | 20 | C3 | 2E | 2F |
| Octal | 100 | 223 | 256 | 77 | 20 | 0 | 40 | 303 | 56 | 57 |
| Binary | 1000000 | 10010011 | 10101110 | 111111 | 10000 | 0 | 100000 | 11000011 | 101110 | 101111 |
Color Harmonies of #4093AE
Complementary color
Monochromatic Colors of #4093AE
Black with #4093AE
Text Example
Text Example
White with #4093AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4093AE; }
p { color: rgb(64,147,174); }
H1.HeaderClassName
{
color: #4093AE;
}
.AnyTagClassName
{
color: #4093AE;
}
</style>
background-color css
<style>
a { background-color: #4093AE; }
a { background-color: rgb(64,147,174); }
div.DivClassName
{
background-color: #4093AE;
}
.BgClassName
{
background-color: #4093AE;
}
</style>
border-color css
<style>
span { border-color: #4093AE; }
span { border-color: rgb(64,147,174); }
td.TdClassName
{
border-color: #4093AE;
}
.TagClassName
{
border-color: #4093AE;
}
</style>