Shades of Free Speech Blue #414BDF
Tints of Free Speech Blue #414BDF
RGB
CMYK
RGB Variations
Color information
#414BDF (or 0x414BDF) is known color: Free Speech Blue. HEX triplet: 41, 4B and DF. RGB value is (65,75,223). Sum of RGB (Red+Green+Blue) = 65+75+223=363 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.91% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #414BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414BDF is #BEB420. Grayscale: #585858. Windows color (decimal): -12497953 or 14633793. OLE color: 14633793.
HSL color Cylindrical-coordinate representation of color #414BDF: hue angle of 236.2º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #414BDF is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 75 | 223 | - |
| CMYK | 0.71 | 0.66 | 0 | 0.13 |
| HSL | 236.2º | 0.71% | 0.56% | - |
| HSV(B) | 236.2º | 0.71% | 0.87% | - |
| XYZ | 18.02 | 11.48 | 71.08 | - |
| YUV | 88.88 | 203.69 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 75 | 223 | 0.71 | 0.66 | 0 | 0.13 | 236.2 | 0.71 | 0.56 |
| Hex | 41 | 4B | DF | 47 | 42 | 0 | D | EC | 47 | 38 |
| Octal | 101 | 113 | 337 | 107 | 102 | 0 | 15 | 354 | 107 | 70 |
| Binary | 1000001 | 1001011 | 11011111 | 1000111 | 1000010 | 0 | 1101 | 11101100 | 1000111 | 111000 |
Color Harmonies of #414BDF
Complementary color
Monochromatic Colors of #414BDF
Black with #414BDF
Text Example
Text Example
White with #414BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414BDF; }
p { color: rgb(65,75,223); }
H1.HeaderClassName
{
color: #414BDF;
}
.AnyTagClassName
{
color: #414BDF;
}
</style>
background-color css
<style>
a { background-color: #414BDF; }
a { background-color: rgb(65,75,223); }
div.DivClassName
{
background-color: #414BDF;
}
.BgClassName
{
background-color: #414BDF;
}
</style>
border-color css
<style>
span { border-color: #414BDF; }
span { border-color: rgb(65,75,223); }
td.TdClassName
{
border-color: #414BDF;
}
.TagClassName
{
border-color: #414BDF;
}
</style>