Shades of Free Speech Blue #464ECD
Tints of Free Speech Blue #464ECD
RGB
CMYK
RGB Variations
Color information
#464ECD (or 0x464ECD) is known color: Free Speech Blue. HEX triplet: 46, 4E and CD. RGB value is (70,78,205). Sum of RGB (Red+Green+Blue) = 70+78+205=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #464ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464ECD is #B9B132. Grayscale: #595959. Windows color (decimal): -12169523 or 13454918. OLE color: 13454918.
HSL color Cylindrical-coordinate representation of color #464ECD: hue angle of 236.44º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #464ECD is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 78 | 205 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.20 |
| HSL | 236.44º | 0.57% | 0.54% | - |
| HSV(B) | 236.44º | 0.66% | 0.8% | - |
| XYZ | 16.27 | 11.16 | 59.05 | - |
| YUV | 90.09 | 192.85 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 78 | 205 | 0.66 | 0.62 | 0 | 0.20 | 236.44 | 0.57 | 0.54 |
| Hex | 46 | 4E | CD | 42 | 3E | 0 | 14 | EC | 39 | 36 |
| Octal | 106 | 116 | 315 | 102 | 76 | 0 | 24 | 354 | 71 | 66 |
| Binary | 1000110 | 1001110 | 11001101 | 1000010 | 111110 | 0 | 10100 | 11101100 | 111001 | 110110 |
Color Harmonies of #464ECD
Complementary color
Monochromatic Colors of #464ECD
Black with #464ECD
Text Example
Text Example
White with #464ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464ECD; }
p { color: rgb(70,78,205); }
H1.HeaderClassName
{
color: #464ECD;
}
.AnyTagClassName
{
color: #464ECD;
}
</style>
background-color css
<style>
a { background-color: #464ECD; }
a { background-color: rgb(70,78,205); }
div.DivClassName
{
background-color: #464ECD;
}
.BgClassName
{
background-color: #464ECD;
}
</style>
border-color css
<style>
span { border-color: #464ECD; }
span { border-color: rgb(70,78,205); }
td.TdClassName
{
border-color: #464ECD;
}
.TagClassName
{
border-color: #464ECD;
}
</style>