Shades of Boston Blue #4592B3
Tints of Boston Blue #4592B3
RGB
CMYK
RGB Variations
Color information
#4592B3 (or 0x4592B3) is known color: Boston Blue. HEX triplet: 45, 92 and B3. RGB value is (69,146,179). Sum of RGB (Red+Green+Blue) = 69+146+179=394 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.51% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 179 (70.31% from 255 or 45.43% from 394); Max value from RGB is 179 - color contains mainly: blue. Hex color #4592B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4592B3 is #BA6D4C. Grayscale: #7E7E7E. Windows color (decimal): -12217677 or 11768389. OLE color: 11768389.
HSL color Cylindrical-coordinate representation of color #4592B3: hue angle of 198º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4592B3 is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 69 | 146 | 179 | - |
| CMYK | 0.61 | 0.18 | 0 | 0.30 |
| HSL | 198º | 0.44% | 0.49% | - |
| HSV(B) | 198º | 0.61% | 0.7% | - |
| XYZ | 20.87 | 25.08 | 46.39 | - |
| YUV | 126.74 | 157.49 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 146 | 179 | 0.61 | 0.18 | 0 | 0.30 | 198 | 0.44 | 0.49 |
| Hex | 45 | 92 | B3 | 3D | 12 | 0 | 1E | C6 | 2C | 31 |
| Octal | 105 | 222 | 263 | 75 | 22 | 0 | 36 | 306 | 54 | 61 |
| Binary | 1000101 | 10010010 | 10110011 | 111101 | 10010 | 0 | 11110 | 11000110 | 101100 | 110001 |
Color Harmonies of #4592B3
Complementary color
Monochromatic Colors of #4592B3
Black with #4592B3
Text Example
Text Example
White with #4592B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4592B3; }
p { color: rgb(69,146,179); }
H1.HeaderClassName
{
color: #4592B3;
}
.AnyTagClassName
{
color: #4592B3;
}
</style>
background-color css
<style>
a { background-color: #4592B3; }
a { background-color: rgb(69,146,179); }
div.DivClassName
{
background-color: #4592B3;
}
.BgClassName
{
background-color: #4592B3;
}
</style>
border-color css
<style>
span { border-color: #4592B3; }
span { border-color: rgb(69,146,179); }
td.TdClassName
{
border-color: #4592B3;
}
.TagClassName
{
border-color: #4592B3;
}
</style>