Shades of Boston Blue #4490B6
Tints of Boston Blue #4490B6
RGB
CMYK
RGB Variations
Color information
#4490B6 (or 0x4490B6) is known color: Boston Blue. HEX triplet: 44, 90 and B6. RGB value is (68,144,182). Sum of RGB (Red+Green+Blue) = 68+144+182=394 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.26% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 182 (71.48% from 255 or 46.19% from 394); Max value from RGB is 182 - color contains mainly: blue. Hex color #4490B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4490B6 is #BB6F49. Grayscale: #7D7D7D. Windows color (decimal): -12283722 or 11964484. OLE color: 11964484.
HSL color Cylindrical-coordinate representation of color #4490B6: hue angle of 200º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4490B6 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 144 | 182 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.29 |
| HSL | 200º | 0.46% | 0.49% | - |
| HSV(B) | 200º | 0.63% | 0.71% | - |
| XYZ | 20.8 | 24.55 | 47.9 | - |
| YUV | 125.61 | 159.82 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 144 | 182 | 0.63 | 0.21 | 0 | 0.29 | 200 | 0.46 | 0.49 |
| Hex | 44 | 90 | B6 | 3F | 15 | 0 | 1D | C8 | 2E | 31 |
| Octal | 104 | 220 | 266 | 77 | 25 | 0 | 35 | 310 | 56 | 61 |
| Binary | 1000100 | 10010000 | 10110110 | 111111 | 10101 | 0 | 11101 | 11001000 | 101110 | 110001 |
Color Harmonies of #4490B6
Complementary color
Monochromatic Colors of #4490B6
Black with #4490B6
Text Example
Text Example
White with #4490B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4490B6; }
p { color: rgb(68,144,182); }
H1.HeaderClassName
{
color: #4490B6;
}
.AnyTagClassName
{
color: #4490B6;
}
</style>
background-color css
<style>
a { background-color: #4490B6; }
a { background-color: rgb(68,144,182); }
div.DivClassName
{
background-color: #4490B6;
}
.BgClassName
{
background-color: #4490B6;
}
</style>
border-color css
<style>
span { border-color: #4490B6; }
span { border-color: rgb(68,144,182); }
td.TdClassName
{
border-color: #4490B6;
}
.TagClassName
{
border-color: #4490B6;
}
</style>