Shades of Free Speech Blue #414DBD
Tints of Free Speech Blue #414DBD
RGB
CMYK
RGB Variations
Color information
#414DBD (or 0x414DBD) is known color: Free Speech Blue. HEX triplet: 41, 4D and BD. RGB value is (65,77,189). Sum of RGB (Red+Green+Blue) = 65+77+189=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #414DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #414DBD is #BEB242. Grayscale: #555555. Windows color (decimal): -12497475 or 12406081. OLE color: 12406081.
HSL color Cylindrical-coordinate representation of color #414DBD: hue angle of 234.19º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #414DBD is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 77 | 189 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.26 |
| HSL | 234.19º | 0.49% | 0.5% | - |
| HSV(B) | 234.19º | 0.66% | 0.74% | - |
| XYZ | 14.02 | 10.11 | 49.36 | - |
| YUV | 86.18 | 186.02 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 77 | 189 | 0.66 | 0.59 | 0 | 0.26 | 234.19 | 0.49 | 0.5 |
| Hex | 41 | 4D | BD | 42 | 3B | 0 | 1A | EA | 31 | 32 |
| Octal | 101 | 115 | 275 | 102 | 73 | 0 | 32 | 352 | 61 | 62 |
| Binary | 1000001 | 1001101 | 10111101 | 1000010 | 111011 | 0 | 11010 | 11101010 | 110001 | 110010 |
Color Harmonies of #414DBD
Complementary color
Monochromatic Colors of #414DBD
Black with #414DBD
Text Example
Text Example
White with #414DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414DBD; }
p { color: rgb(65,77,189); }
H1.HeaderClassName
{
color: #414DBD;
}
.AnyTagClassName
{
color: #414DBD;
}
</style>
background-color css
<style>
a { background-color: #414DBD; }
a { background-color: rgb(65,77,189); }
div.DivClassName
{
background-color: #414DBD;
}
.BgClassName
{
background-color: #414DBD;
}
</style>
border-color css
<style>
span { border-color: #414DBD; }
span { border-color: rgb(65,77,189); }
td.TdClassName
{
border-color: #414DBD;
}
.TagClassName
{
border-color: #414DBD;
}
</style>