Shades of Boston Blue #4093A2
Tints of Boston Blue #4093A2
RGB
CMYK
RGB Variations
Color information
#4093A2 (or 0x4093A2) is known color: Boston Blue. HEX triplet: 40, 93 and A2. RGB value is (64,147,162). Sum of RGB (Red+Green+Blue) = 64+147+162=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 162 (63.67% from 255 or 43.43% from 373); Max value from RGB is 162 - color contains mainly: blue. Hex color #4093A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4093A2 is #BF6C5D. Grayscale: #7B7B7B. Windows color (decimal): -12545118 or 10654528. OLE color: 10654528.
HSL color Cylindrical-coordinate representation of color #4093A2: hue angle of 189.18º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4093A2 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 147 | 162 | - |
| CMYK | 0.60 | 0.09 | 0 | 0.36 |
| HSL | 189.18º | 0.43% | 0.44% | - |
| HSV(B) | 189.18º | 0.6% | 0.64% | - |
| XYZ | 19.07 | 24.57 | 37.92 | - |
| YUV | 123.89 | 149.5 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 147 | 162 | 0.60 | 0.09 | 0 | 0.36 | 189.18 | 0.43 | 0.44 |
| Hex | 40 | 93 | A2 | 3C | 9 | 0 | 24 | BD | 2B | 2C |
| Octal | 100 | 223 | 242 | 74 | 11 | 0 | 44 | 275 | 53 | 54 |
| Binary | 1000000 | 10010011 | 10100010 | 111100 | 1001 | 0 | 100100 | 10111101 | 101011 | 101100 |
Color Harmonies of #4093A2
Complementary color
Monochromatic Colors of #4093A2
Black with #4093A2
Text Example
Text Example
White with #4093A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4093A2; }
p { color: rgb(64,147,162); }
H1.HeaderClassName
{
color: #4093A2;
}
.AnyTagClassName
{
color: #4093A2;
}
</style>
background-color css
<style>
a { background-color: #4093A2; }
a { background-color: rgb(64,147,162); }
div.DivClassName
{
background-color: #4093A2;
}
.BgClassName
{
background-color: #4093A2;
}
</style>
border-color css
<style>
span { border-color: #4093A2; }
span { border-color: rgb(64,147,162); }
td.TdClassName
{
border-color: #4093A2;
}
.TagClassName
{
border-color: #4093A2;
}
</style>