Shades of Free Speech Blue #414DDB
Tints of Free Speech Blue #414DDB
RGB
CMYK
RGB Variations
Color information
#414DDB (or 0x414DDB) is known color: Free Speech Blue. HEX triplet: 41, 4D and DB. RGB value is (65,77,219). Sum of RGB (Red+Green+Blue) = 65+77+219=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #414DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #414DDB is #BEB224. Grayscale: #595959. Windows color (decimal): -12497445 or 14372161. OLE color: 14372161.
HSL color Cylindrical-coordinate representation of color #414DDB: hue angle of 235.32º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #414DDB is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 77 | 219 | - |
| CMYK | 0.70 | 0.65 | 0 | 0.14 |
| HSL | 235.32º | 0.68% | 0.56% | - |
| HSV(B) | 235.32º | 0.7% | 0.86% | - |
| XYZ | 17.62 | 11.55 | 68.32 | - |
| YUV | 89.6 | 201.02 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 77 | 219 | 0.70 | 0.65 | 0 | 0.14 | 235.32 | 0.68 | 0.56 |
| Hex | 41 | 4D | DB | 46 | 41 | 0 | E | EB | 44 | 38 |
| Octal | 101 | 115 | 333 | 106 | 101 | 0 | 16 | 353 | 104 | 70 |
| Binary | 1000001 | 1001101 | 11011011 | 1000110 | 1000001 | 0 | 1110 | 11101011 | 1000100 | 111000 |
Color Harmonies of #414DDB
Complementary color
Monochromatic Colors of #414DDB
Black with #414DDB
Text Example
Text Example
White with #414DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414DDB; }
p { color: rgb(65,77,219); }
H1.HeaderClassName
{
color: #414DDB;
}
.AnyTagClassName
{
color: #414DDB;
}
</style>
background-color css
<style>
a { background-color: #414DDB; }
a { background-color: rgb(65,77,219); }
div.DivClassName
{
background-color: #414DDB;
}
.BgClassName
{
background-color: #414DDB;
}
</style>
border-color css
<style>
span { border-color: #414DDB; }
span { border-color: rgb(65,77,219); }
td.TdClassName
{
border-color: #414DDB;
}
.TagClassName
{
border-color: #414DDB;
}
</style>