Shades of Free Speech Blue #414BDE
Tints of Free Speech Blue #414BDE
RGB
CMYK
RGB Variations
Color information
#414BDE (or 0x414BDE) is known color: Free Speech Blue. HEX triplet: 41, 4B and DE. RGB value is (65,75,222). Sum of RGB (Red+Green+Blue) = 65+75+222=362 (47% of max value = 765). Red value is 65 (25.78% from 255 or 17.96% from 362); Green value is 75 (29.69% from 255 or 20.72% from 362); Blue value is 222 (87.11% from 255 or 61.33% from 362); Max value from RGB is 222 - color contains mainly: blue. Hex color #414BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414BDE is #BEB421. Grayscale: #585858. Windows color (decimal): -12497954 or 14568257. OLE color: 14568257.
HSL color Cylindrical-coordinate representation of color #414BDE: hue angle of 236.18º degrees, saturation: 0.7, 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 #414BDE is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 75 | 222 | - |
| CMYK | 0.71 | 0.66 | 0 | 0.13 |
| HSL | 236.18º | 0.7% | 0.56% | - |
| HSV(B) | 236.18º | 0.71% | 0.87% | - |
| XYZ | 17.88 | 11.43 | 70.37 | - |
| YUV | 88.77 | 203.19 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 75 | 222 | 0.71 | 0.66 | 0 | 0.13 | 236.18 | 0.7 | 0.56 |
| Hex | 41 | 4B | DE | 47 | 42 | 0 | D | EC | 46 | 38 |
| Octal | 101 | 113 | 336 | 107 | 102 | 0 | 15 | 354 | 106 | 70 |
| Binary | 1000001 | 1001011 | 11011110 | 1000111 | 1000010 | 0 | 1101 | 11101100 | 1000110 | 111000 |
Color Harmonies of #414BDE
Complementary color
Monochromatic Colors of #414BDE
Black with #414BDE
Text Example
Text Example
White with #414BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414BDE; }
p { color: rgb(65,75,222); }
H1.HeaderClassName
{
color: #414BDE;
}
.AnyTagClassName
{
color: #414BDE;
}
</style>
background-color css
<style>
a { background-color: #414BDE; }
a { background-color: rgb(65,75,222); }
div.DivClassName
{
background-color: #414BDE;
}
.BgClassName
{
background-color: #414BDE;
}
</style>
border-color css
<style>
span { border-color: #414BDE; }
span { border-color: rgb(65,75,222); }
td.TdClassName
{
border-color: #414BDE;
}
.TagClassName
{
border-color: #414BDE;
}
</style>