Shades of Free Speech Blue #414ACD
Tints of Free Speech Blue #414ACD
RGB
CMYK
RGB Variations
Color information
#414ACD (or 0x414ACD) is known color: Free Speech Blue. HEX triplet: 41, 4A and CD. RGB value is (65,74,205). Sum of RGB (Red+Green+Blue) = 65+74+205=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 205 (80.47% from 255 or 59.59% from 344); Max value from RGB is 205 - color contains mainly: blue. Hex color #414ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414ACD is #BEB532. Grayscale: #555555. Windows color (decimal): -12498227 or 13453889. OLE color: 13453889.
HSL color Cylindrical-coordinate representation of color #414ACD: hue angle of 236.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #414ACD is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 74 | 205 | - |
| CMYK | 0.68 | 0.64 | 0 | 0.20 |
| HSL | 236.14º | 0.58% | 0.53% | - |
| HSV(B) | 236.14º | 0.68% | 0.8% | - |
| XYZ | 15.65 | 10.43 | 58.95 | - |
| YUV | 86.24 | 195.02 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 74 | 205 | 0.68 | 0.64 | 0 | 0.20 | 236.14 | 0.58 | 0.53 |
| Hex | 41 | 4A | CD | 44 | 40 | 0 | 14 | EC | 3A | 35 |
| Octal | 101 | 112 | 315 | 104 | 100 | 0 | 24 | 354 | 72 | 65 |
| Binary | 1000001 | 1001010 | 11001101 | 1000100 | 1000000 | 0 | 10100 | 11101100 | 111010 | 110101 |
Color Harmonies of #414ACD
Complementary color
Monochromatic Colors of #414ACD
Black with #414ACD
Text Example
Text Example
White with #414ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414ACD; }
p { color: rgb(65,74,205); }
H1.HeaderClassName
{
color: #414ACD;
}
.AnyTagClassName
{
color: #414ACD;
}
</style>
background-color css
<style>
a { background-color: #414ACD; }
a { background-color: rgb(65,74,205); }
div.DivClassName
{
background-color: #414ACD;
}
.BgClassName
{
background-color: #414ACD;
}
</style>
border-color css
<style>
span { border-color: #414ACD; }
span { border-color: rgb(65,74,205); }
td.TdClassName
{
border-color: #414ACD;
}
.TagClassName
{
border-color: #414ACD;
}
</style>