Shades of Boston Blue #4A98AA
Tints of Boston Blue #4A98AA
RGB
CMYK
RGB Variations
Color information
#4A98AA (or 0x4A98AA) is known color: Boston Blue. HEX triplet: 4A, 98 and AA. RGB value is (74,152,170). Sum of RGB (Red+Green+Blue) = 74+152+170=396 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.69% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #4A98AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A98AA is #B56755. Grayscale: #828282. Windows color (decimal): -11888470 or 11180106. OLE color: 11180106.
HSL color Cylindrical-coordinate representation of color #4A98AA: hue angle of 191.25º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4A98AA is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 152 | 170 | - |
| CMYK | 0.56 | 0.11 | 0 | 0.33 |
| HSL | 191.25º | 0.39% | 0.48% | - |
| HSV(B) | 191.25º | 0.56% | 0.67% | - |
| XYZ | 21.31 | 26.81 | 42.08 | - |
| YUV | 130.73 | 150.16 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 152 | 170 | 0.56 | 0.11 | 0 | 0.33 | 191.25 | 0.39 | 0.48 |
| Hex | 4A | 98 | AA | 38 | B | 0 | 21 | BF | 27 | 30 |
| Octal | 112 | 230 | 252 | 70 | 13 | 0 | 41 | 277 | 47 | 60 |
| Binary | 1001010 | 10011000 | 10101010 | 111000 | 1011 | 0 | 100001 | 10111111 | 100111 | 110000 |
Color Harmonies of #4A98AA
Complementary color
Monochromatic Colors of #4A98AA
Black with #4A98AA
Text Example
Text Example
White with #4A98AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A98AA; }
p { color: rgb(74,152,170); }
H1.HeaderClassName
{
color: #4A98AA;
}
.AnyTagClassName
{
color: #4A98AA;
}
</style>
background-color css
<style>
a { background-color: #4A98AA; }
a { background-color: rgb(74,152,170); }
div.DivClassName
{
background-color: #4A98AA;
}
.BgClassName
{
background-color: #4A98AA;
}
</style>
border-color css
<style>
span { border-color: #4A98AA; }
span { border-color: rgb(74,152,170); }
td.TdClassName
{
border-color: #4A98AA;
}
.TagClassName
{
border-color: #4A98AA;
}
</style>