Shades of Free Speech Blue #414ADB
Tints of Free Speech Blue #414ADB
RGB
CMYK
RGB Variations
Color information
#414ADB (or 0x414ADB) is known color: Free Speech Blue. HEX triplet: 41, 4A and DB. RGB value is (65,74,219). Sum of RGB (Red+Green+Blue) = 65+74+219=358 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.16% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 219 (85.94% from 255 or 61.17% from 358); Max value from RGB is 219 - color contains mainly: blue. Hex color #414ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414ADB is #BEB524. Grayscale: #575757. Windows color (decimal): -12498213 or 14371393. OLE color: 14371393.
HSL color Cylindrical-coordinate representation of color #414ADB: hue angle of 236.49º 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 #414ADB is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 74 | 219 | - |
| CMYK | 0.70 | 0.66 | 0 | 0.14 |
| HSL | 236.49º | 0.68% | 0.56% | - |
| HSV(B) | 236.49º | 0.7% | 0.86% | - |
| XYZ | 17.41 | 11.14 | 68.25 | - |
| YUV | 87.84 | 202.02 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 74 | 219 | 0.70 | 0.66 | 0 | 0.14 | 236.49 | 0.68 | 0.56 |
| Hex | 41 | 4A | DB | 46 | 42 | 0 | E | EC | 44 | 38 |
| Octal | 101 | 112 | 333 | 106 | 102 | 0 | 16 | 354 | 104 | 70 |
| Binary | 1000001 | 1001010 | 11011011 | 1000110 | 1000010 | 0 | 1110 | 11101100 | 1000100 | 111000 |
Color Harmonies of #414ADB
Complementary color
Monochromatic Colors of #414ADB
Black with #414ADB
Text Example
Text Example
White with #414ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414ADB; }
p { color: rgb(65,74,219); }
H1.HeaderClassName
{
color: #414ADB;
}
.AnyTagClassName
{
color: #414ADB;
}
</style>
background-color css
<style>
a { background-color: #414ADB; }
a { background-color: rgb(65,74,219); }
div.DivClassName
{
background-color: #414ADB;
}
.BgClassName
{
background-color: #414ADB;
}
</style>
border-color css
<style>
span { border-color: #414ADB; }
span { border-color: rgb(65,74,219); }
td.TdClassName
{
border-color: #414ADB;
}
.TagClassName
{
border-color: #414ADB;
}
</style>