Shades of Free Speech Blue #414DBB
Tints of Free Speech Blue #414DBB
RGB
CMYK
RGB Variations
Color information
#414DBB (or 0x414DBB) is known color: Free Speech Blue. HEX triplet: 41, 4D and BB. RGB value is (65,77,187). Sum of RGB (Red+Green+Blue) = 65+77+187=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 187 (73.44% from 255 or 56.84% from 329); Max value from RGB is 187 - color contains mainly: blue. Hex color #414DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #414DBB is #BEB244. Grayscale: #555555. Windows color (decimal): -12497477 or 12275009. OLE color: 12275009.
HSL color Cylindrical-coordinate representation of color #414DBB: hue angle of 234.1º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #414DBB is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 77 | 187 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.27 |
| HSL | 234.1º | 0.48% | 0.49% | - |
| HSV(B) | 234.1º | 0.65% | 0.73% | - |
| XYZ | 13.8 | 10.02 | 48.22 | - |
| YUV | 85.95 | 185.02 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 77 | 187 | 0.65 | 0.59 | 0 | 0.27 | 234.1 | 0.48 | 0.49 |
| Hex | 41 | 4D | BB | 41 | 3B | 0 | 1B | EA | 30 | 31 |
| Octal | 101 | 115 | 273 | 101 | 73 | 0 | 33 | 352 | 60 | 61 |
| Binary | 1000001 | 1001101 | 10111011 | 1000001 | 111011 | 0 | 11011 | 11101010 | 110000 | 110001 |
Color Harmonies of #414DBB
Complementary color
Monochromatic Colors of #414DBB
Black with #414DBB
Text Example
Text Example
White with #414DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414DBB; }
p { color: rgb(65,77,187); }
H1.HeaderClassName
{
color: #414DBB;
}
.AnyTagClassName
{
color: #414DBB;
}
</style>
background-color css
<style>
a { background-color: #414DBB; }
a { background-color: rgb(65,77,187); }
div.DivClassName
{
background-color: #414DBB;
}
.BgClassName
{
background-color: #414DBB;
}
</style>
border-color css
<style>
span { border-color: #414DBB; }
span { border-color: rgb(65,77,187); }
td.TdClassName
{
border-color: #414DBB;
}
.TagClassName
{
border-color: #414DBB;
}
</style>