Shades of Boston Blue #448FB6
Tints of Boston Blue #448FB6
RGB
CMYK
RGB Variations
Color information
#448FB6 (or 0x448FB6) is known color: Boston Blue. HEX triplet: 44, 8F and B6. RGB value is (68,143,182). Sum of RGB (Red+Green+Blue) = 68+143+182=393 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.30% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 182 (71.48% from 255 or 46.31% from 393); Max value from RGB is 182 - color contains mainly: blue. Hex color #448FB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448FB6 is #BB7049. Grayscale: #7C7C7C. Windows color (decimal): -12283978 or 11964228. OLE color: 11964228.
HSL color Cylindrical-coordinate representation of color #448FB6: hue angle of 200.53º 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 #448FB6 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 143 | 182 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.29 |
| HSL | 200.53º | 0.46% | 0.49% | - |
| HSV(B) | 200.53º | 0.63% | 0.71% | - |
| XYZ | 20.65 | 24.25 | 47.85 | - |
| YUV | 125.02 | 160.15 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 143 | 182 | 0.63 | 0.21 | 0 | 0.29 | 200.53 | 0.46 | 0.49 |
| Hex | 44 | 8F | B6 | 3F | 15 | 0 | 1D | C9 | 2E | 31 |
| Octal | 104 | 217 | 266 | 77 | 25 | 0 | 35 | 311 | 56 | 61 |
| Binary | 1000100 | 10001111 | 10110110 | 111111 | 10101 | 0 | 11101 | 11001001 | 101110 | 110001 |
Color Harmonies of #448FB6
Complementary color
Monochromatic Colors of #448FB6
Black with #448FB6
Text Example
Text Example
White with #448FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448FB6; }
p { color: rgb(68,143,182); }
H1.HeaderClassName
{
color: #448FB6;
}
.AnyTagClassName
{
color: #448FB6;
}
</style>
background-color css
<style>
a { background-color: #448FB6; }
a { background-color: rgb(68,143,182); }
div.DivClassName
{
background-color: #448FB6;
}
.BgClassName
{
background-color: #448FB6;
}
</style>
border-color css
<style>
span { border-color: #448FB6; }
span { border-color: rgb(68,143,182); }
td.TdClassName
{
border-color: #448FB6;
}
.TagClassName
{
border-color: #448FB6;
}
</style>