Shades of Free Speech Blue #414BDB
Tints of Free Speech Blue #414BDB
RGB
CMYK
RGB Variations
Color information
#414BDB (or 0x414BDB) is known color: Free Speech Blue. HEX triplet: 41, 4B and DB. RGB value is (65,75,219). Sum of RGB (Red+Green+Blue) = 65+75+219=359 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.11% from 359); Green value is 75 (29.69% from 255 or 20.89% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #414BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414BDB is #BEB424. Grayscale: #575757. Windows color (decimal): -12497957 or 14371649. OLE color: 14371649.
HSL color Cylindrical-coordinate representation of color #414BDB: hue angle of 236.1º 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 #414BDB is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 75 | 219 | - |
| CMYK | 0.70 | 0.66 | 0 | 0.14 |
| HSL | 236.1º | 0.68% | 0.56% | - |
| HSV(B) | 236.1º | 0.7% | 0.86% | - |
| XYZ | 17.48 | 11.27 | 68.27 | - |
| YUV | 88.43 | 201.69 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 75 | 219 | 0.70 | 0.66 | 0 | 0.14 | 236.1 | 0.68 | 0.56 |
| Hex | 41 | 4B | DB | 46 | 42 | 0 | E | EC | 44 | 38 |
| Octal | 101 | 113 | 333 | 106 | 102 | 0 | 16 | 354 | 104 | 70 |
| Binary | 1000001 | 1001011 | 11011011 | 1000110 | 1000010 | 0 | 1110 | 11101100 | 1000100 | 111000 |
Color Harmonies of #414BDB
Complementary color
Monochromatic Colors of #414BDB
Black with #414BDB
Text Example
Text Example
White with #414BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414BDB; }
p { color: rgb(65,75,219); }
H1.HeaderClassName
{
color: #414BDB;
}
.AnyTagClassName
{
color: #414BDB;
}
</style>
background-color css
<style>
a { background-color: #414BDB; }
a { background-color: rgb(65,75,219); }
div.DivClassName
{
background-color: #414BDB;
}
.BgClassName
{
background-color: #414BDB;
}
</style>
border-color css
<style>
span { border-color: #414BDB; }
span { border-color: rgb(65,75,219); }
td.TdClassName
{
border-color: #414BDB;
}
.TagClassName
{
border-color: #414BDB;
}
</style>