Shades of Free Speech Blue #413FB0
Tints of Free Speech Blue #413FB0
RGB
CMYK
RGB Variations
Color information
#413FB0 (or 0x413FB0) is known color: Free Speech Blue. HEX triplet: 41, 3F and B0. RGB value is (65,63,176). Sum of RGB (Red+Green+Blue) = 65+63+176=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 63 (25% from 255 or 20.72% from 304); Blue value is 176 (69.14% from 255 or 57.89% from 304); Max value from RGB is 176 - color contains mainly: blue. Hex color #413FB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413FB0 is #BEC04F. Grayscale: #4C4C4C. Windows color (decimal): -12501072 or 11550529. OLE color: 11550529.
HSL color Cylindrical-coordinate representation of color #413FB0: hue angle of 241.06º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #413FB0 is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 63 | 176 | - |
| CMYK | 0.63 | 0.64 | 0 | 0.31 |
| HSL | 241.06º | 0.47% | 0.47% | - |
| HSV(B) | 241.06º | 0.64% | 0.69% | - |
| XYZ | 11.79 | 7.81 | 41.96 | - |
| YUV | 76.48 | 184.16 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 176 | 0.63 | 0.64 | 0 | 0.31 | 241.06 | 0.47 | 0.47 |
| Hex | 41 | 3F | B0 | 3F | 40 | 0 | 1F | F1 | 2F | 2F |
| Octal | 101 | 77 | 260 | 77 | 100 | 0 | 37 | 361 | 57 | 57 |
| Binary | 1000001 | 111111 | 10110000 | 111111 | 1000000 | 0 | 11111 | 11110001 | 101111 | 101111 |
Color Harmonies of #413FB0
Complementary color
Monochromatic Colors of #413FB0
Black with #413FB0
Text Example
Text Example
White with #413FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413FB0; }
p { color: rgb(65,63,176); }
H1.HeaderClassName
{
color: #413FB0;
}
.AnyTagClassName
{
color: #413FB0;
}
</style>
background-color css
<style>
a { background-color: #413FB0; }
a { background-color: rgb(65,63,176); }
div.DivClassName
{
background-color: #413FB0;
}
.BgClassName
{
background-color: #413FB0;
}
</style>
border-color css
<style>
span { border-color: #413FB0; }
span { border-color: rgb(65,63,176); }
td.TdClassName
{
border-color: #413FB0;
}
.TagClassName
{
border-color: #413FB0;
}
</style>