Shades of Boston Blue #4194AF
Tints of Boston Blue #4194AF
RGB
CMYK
RGB Variations
Color information
#4194AF (or 0x4194AF) is known color: Boston Blue. HEX triplet: 41, 94 and AF. RGB value is (65,148,175). Sum of RGB (Red+Green+Blue) = 65+148+175=388 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.75% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #4194AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4194AF is #BE6B50. Grayscale: #7E7E7E. Windows color (decimal): -12479313 or 11506753. OLE color: 11506753.
HSL color Cylindrical-coordinate representation of color #4194AF: hue angle of 194.73º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4194AF is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 148 | 175 | - |
| CMYK | 0.63 | 0.15 | 0 | 0.31 |
| HSL | 194.73º | 0.46% | 0.47% | - |
| HSV(B) | 194.73º | 0.63% | 0.69% | - |
| XYZ | 20.51 | 25.4 | 44.38 | - |
| YUV | 126.26 | 155.5 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 148 | 175 | 0.63 | 0.15 | 0 | 0.31 | 194.73 | 0.46 | 0.47 |
| Hex | 41 | 94 | AF | 3F | F | 0 | 1F | C3 | 2E | 2F |
| Octal | 101 | 224 | 257 | 77 | 17 | 0 | 37 | 303 | 56 | 57 |
| Binary | 1000001 | 10010100 | 10101111 | 111111 | 1111 | 0 | 11111 | 11000011 | 101110 | 101111 |
Color Harmonies of #4194AF
Complementary color
Monochromatic Colors of #4194AF
Black with #4194AF
Text Example
Text Example
White with #4194AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4194AF; }
p { color: rgb(65,148,175); }
H1.HeaderClassName
{
color: #4194AF;
}
.AnyTagClassName
{
color: #4194AF;
}
</style>
background-color css
<style>
a { background-color: #4194AF; }
a { background-color: rgb(65,148,175); }
div.DivClassName
{
background-color: #4194AF;
}
.BgClassName
{
background-color: #4194AF;
}
</style>
border-color css
<style>
span { border-color: #4194AF; }
span { border-color: rgb(65,148,175); }
td.TdClassName
{
border-color: #4194AF;
}
.TagClassName
{
border-color: #4194AF;
}
</style>