Shades of Boston Blue #4381A4
Tints of Boston Blue #4381A4
RGB
CMYK
RGB Variations
Color information
#4381A4 (or 0x4381A4) is known color: Boston Blue. HEX triplet: 43, 81 and A4. RGB value is (67,129,164). Sum of RGB (Red+Green+Blue) = 67+129+164=360 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.61% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 164 (64.45% from 255 or 45.56% from 360); Max value from RGB is 164 - color contains mainly: blue. Hex color #4381A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4381A4 is #BC7E5B. Grayscale: #727272. Windows color (decimal): -12353116 or 10780995. OLE color: 10780995.
HSL color Cylindrical-coordinate representation of color #4381A4: hue angle of 201.65º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4381A4 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 67 | 129 | 164 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.36 |
| HSL | 201.65º | 0.42% | 0.45% | - |
| HSV(B) | 201.65º | 0.59% | 0.64% | - |
| XYZ | 16.87 | 19.57 | 38.01 | - |
| YUV | 114.45 | 155.96 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 129 | 164 | 0.59 | 0.21 | 0 | 0.36 | 201.65 | 0.42 | 0.45 |
| Hex | 43 | 81 | A4 | 3B | 15 | 0 | 24 | CA | 2A | 2D |
| Octal | 103 | 201 | 244 | 73 | 25 | 0 | 44 | 312 | 52 | 55 |
| Binary | 1000011 | 10000001 | 10100100 | 111011 | 10101 | 0 | 100100 | 11001010 | 101010 | 101101 |
Color Harmonies of #4381A4
Complementary color
Monochromatic Colors of #4381A4
Black with #4381A4
Text Example
Text Example
White with #4381A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4381A4; }
p { color: rgb(67,129,164); }
H1.HeaderClassName
{
color: #4381A4;
}
.AnyTagClassName
{
color: #4381A4;
}
</style>
background-color css
<style>
a { background-color: #4381A4; }
a { background-color: rgb(67,129,164); }
div.DivClassName
{
background-color: #4381A4;
}
.BgClassName
{
background-color: #4381A4;
}
</style>
border-color css
<style>
span { border-color: #4381A4; }
span { border-color: rgb(67,129,164); }
td.TdClassName
{
border-color: #4381A4;
}
.TagClassName
{
border-color: #4381A4;
}
</style>