Shades of Boston Blue #4093AA
Tints of Boston Blue #4093AA
RGB
CMYK
RGB Variations
Color information
#4093AA (or 0x4093AA) is known color: Boston Blue. HEX triplet: 40, 93 and AA. RGB value is (64,147,170). Sum of RGB (Red+Green+Blue) = 64+147+170=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #4093AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4093AA is #BF6C55. Grayscale: #7C7C7C. Windows color (decimal): -12545110 or 11178816. OLE color: 11178816.
HSL color Cylindrical-coordinate representation of color #4093AA: hue angle of 193.02º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4093AA is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 147 | 170 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.33 |
| HSL | 193.02º | 0.45% | 0.46% | - |
| HSV(B) | 193.02º | 0.62% | 0.67% | - |
| XYZ | 19.8 | 24.86 | 41.78 | - |
| YUV | 124.81 | 153.5 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 147 | 170 | 0.62 | 0.14 | 0 | 0.33 | 193.02 | 0.45 | 0.46 |
| Hex | 40 | 93 | AA | 3E | E | 0 | 21 | C1 | 2D | 2E |
| Octal | 100 | 223 | 252 | 76 | 16 | 0 | 41 | 301 | 55 | 56 |
| Binary | 1000000 | 10010011 | 10101010 | 111110 | 1110 | 0 | 100001 | 11000001 | 101101 | 101110 |
Color Harmonies of #4093AA
Complementary color
Monochromatic Colors of #4093AA
Black with #4093AA
Text Example
Text Example
White with #4093AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4093AA; }
p { color: rgb(64,147,170); }
H1.HeaderClassName
{
color: #4093AA;
}
.AnyTagClassName
{
color: #4093AA;
}
</style>
background-color css
<style>
a { background-color: #4093AA; }
a { background-color: rgb(64,147,170); }
div.DivClassName
{
background-color: #4093AA;
}
.BgClassName
{
background-color: #4093AA;
}
</style>
border-color css
<style>
span { border-color: #4093AA; }
span { border-color: rgb(64,147,170); }
td.TdClassName
{
border-color: #4093AA;
}
.TagClassName
{
border-color: #4093AA;
}
</style>