Shades of Boston Blue #448CB3
Tints of Boston Blue #448CB3
RGB
CMYK
RGB Variations
Color information
#448CB3 (or 0x448CB3) is known color: Boston Blue. HEX triplet: 44, 8C and B3. RGB value is (68,140,179). Sum of RGB (Red+Green+Blue) = 68+140+179=387 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.57% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 179 (70.31% from 255 or 46.25% from 387); Max value from RGB is 179 - color contains mainly: blue. Hex color #448CB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448CB3 is #BB734C. Grayscale: #7A7A7A. Windows color (decimal): -12284749 or 11766852. OLE color: 11766852.
HSL color Cylindrical-coordinate representation of color #448CB3: hue angle of 201.08º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #448CB3 is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 68 | 140 | 179 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.30 |
| HSL | 201.08º | 0.45% | 0.48% | - |
| HSV(B) | 201.08º | 0.62% | 0.7% | - |
| XYZ | 19.9 | 23.24 | 46.08 | - |
| YUV | 122.92 | 159.65 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 140 | 179 | 0.62 | 0.22 | 0 | 0.30 | 201.08 | 0.45 | 0.48 |
| Hex | 44 | 8C | B3 | 3E | 16 | 0 | 1E | C9 | 2D | 30 |
| Octal | 104 | 214 | 263 | 76 | 26 | 0 | 36 | 311 | 55 | 60 |
| Binary | 1000100 | 10001100 | 10110011 | 111110 | 10110 | 0 | 11110 | 11001001 | 101101 | 110000 |
Color Harmonies of #448CB3
Complementary color
Monochromatic Colors of #448CB3
Black with #448CB3
Text Example
Text Example
White with #448CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448CB3; }
p { color: rgb(68,140,179); }
H1.HeaderClassName
{
color: #448CB3;
}
.AnyTagClassName
{
color: #448CB3;
}
</style>
background-color css
<style>
a { background-color: #448CB3; }
a { background-color: rgb(68,140,179); }
div.DivClassName
{
background-color: #448CB3;
}
.BgClassName
{
background-color: #448CB3;
}
</style>
border-color css
<style>
span { border-color: #448CB3; }
span { border-color: rgb(68,140,179); }
td.TdClassName
{
border-color: #448CB3;
}
.TagClassName
{
border-color: #448CB3;
}
</style>