Shades of Free Speech Blue #4151CF
Tints of Free Speech Blue #4151CF
RGB
CMYK
RGB Variations
Color information
#4151CF (or 0x4151CF) is known color: Free Speech Blue. HEX triplet: 41, 51 and CF. RGB value is (65,81,207). Sum of RGB (Red+Green+Blue) = 65+81+207=353 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.41% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #4151CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4151CF is #BEAE30. Grayscale: #5A5A5A. Windows color (decimal): -12496433 or 13586753. OLE color: 13586753.
HSL color Cylindrical-coordinate representation of color #4151CF: hue angle of 233.24º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4151CF is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 81 | 207 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.19 |
| HSL | 233.24º | 0.6% | 0.53% | - |
| HSV(B) | 233.24º | 0.69% | 0.81% | - |
| XYZ | 16.38 | 11.51 | 60.39 | - |
| YUV | 90.58 | 193.7 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 81 | 207 | 0.69 | 0.61 | 0 | 0.19 | 233.24 | 0.6 | 0.53 |
| Hex | 41 | 51 | CF | 45 | 3D | 0 | 13 | E9 | 3C | 35 |
| Octal | 101 | 121 | 317 | 105 | 75 | 0 | 23 | 351 | 74 | 65 |
| Binary | 1000001 | 1010001 | 11001111 | 1000101 | 111101 | 0 | 10011 | 11101001 | 111100 | 110101 |
Color Harmonies of #4151CF
Complementary color
Monochromatic Colors of #4151CF
Black with #4151CF
Text Example
Text Example
White with #4151CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4151CF; }
p { color: rgb(65,81,207); }
H1.HeaderClassName
{
color: #4151CF;
}
.AnyTagClassName
{
color: #4151CF;
}
</style>
background-color css
<style>
a { background-color: #4151CF; }
a { background-color: rgb(65,81,207); }
div.DivClassName
{
background-color: #4151CF;
}
.BgClassName
{
background-color: #4151CF;
}
</style>
border-color css
<style>
span { border-color: #4151CF; }
span { border-color: rgb(65,81,207); }
td.TdClassName
{
border-color: #4151CF;
}
.TagClassName
{
border-color: #4151CF;
}
</style>