Shades of Free Speech Blue #4151AF
Tints of Free Speech Blue #4151AF
RGB
CMYK
RGB Variations
Color information
#4151AF (or 0x4151AF) is known color: Free Speech Blue. HEX triplet: 41, 51 and AF. RGB value is (65,81,175). Sum of RGB (Red+Green+Blue) = 65+81+175=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 175 (68.75% from 255 or 54.52% from 321); Max value from RGB is 175 - color contains mainly: blue. Hex color #4151AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4151AF is #BEAE50. Grayscale: #565656. Windows color (decimal): -12496465 or 11489601. OLE color: 11489601.
HSL color Cylindrical-coordinate representation of color #4151AF: hue angle of 231.27º 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 #4151AF is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 81 | 175 | - |
| CMYK | 0.63 | 0.54 | 0 | 0.31 |
| HSL | 231.27º | 0.46% | 0.47% | - |
| HSV(B) | 231.27º | 0.63% | 0.69% | - |
| XYZ | 12.86 | 10.1 | 41.83 | - |
| YUV | 86.93 | 177.7 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 81 | 175 | 0.63 | 0.54 | 0 | 0.31 | 231.27 | 0.46 | 0.47 |
| Hex | 41 | 51 | AF | 3F | 36 | 0 | 1F | E7 | 2E | 2F |
| Octal | 101 | 121 | 257 | 77 | 66 | 0 | 37 | 347 | 56 | 57 |
| Binary | 1000001 | 1010001 | 10101111 | 111111 | 110110 | 0 | 11111 | 11100111 | 101110 | 101111 |
Color Harmonies of #4151AF
Complementary color
Monochromatic Colors of #4151AF
Black with #4151AF
Text Example
Text Example
White with #4151AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4151AF; }
p { color: rgb(65,81,175); }
H1.HeaderClassName
{
color: #4151AF;
}
.AnyTagClassName
{
color: #4151AF;
}
</style>
background-color css
<style>
a { background-color: #4151AF; }
a { background-color: rgb(65,81,175); }
div.DivClassName
{
background-color: #4151AF;
}
.BgClassName
{
background-color: #4151AF;
}
</style>
border-color css
<style>
span { border-color: #4151AF; }
span { border-color: rgb(65,81,175); }
td.TdClassName
{
border-color: #4151AF;
}
.TagClassName
{
border-color: #4151AF;
}
</style>