Shades of Free Speech Blue #464EE1
Tints of Free Speech Blue #464EE1
RGB
CMYK
RGB Variations
Color information
#464EE1 (or 0x464EE1) is known color: Free Speech Blue. HEX triplet: 46, 4E and E1. RGB value is (70,78,225). Sum of RGB (Red+Green+Blue) = 70+78+225=373 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.77% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 225 (88.28% from 255 or 60.32% from 373); Max value from RGB is 225 - color contains mainly: blue. Hex color #464EE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464EE1 is #B9B11E. Grayscale: #5B5B5B. Windows color (decimal): -12169503 or 14765638. OLE color: 14765638.
HSL color Cylindrical-coordinate representation of color #464EE1: hue angle of 236.9º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #464EE1 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 70 | 78 | 225 | - |
| CMYK | 0.69 | 0.65 | 0 | 0.12 |
| HSL | 236.9º | 0.72% | 0.58% | - |
| HSV(B) | 236.9º | 0.69% | 0.88% | - |
| XYZ | 18.84 | 12.19 | 72.59 | - |
| YUV | 92.37 | 202.85 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 78 | 225 | 0.69 | 0.65 | 0 | 0.12 | 236.9 | 0.72 | 0.58 |
| Hex | 46 | 4E | E1 | 45 | 41 | 0 | C | ED | 48 | 3A |
| Octal | 106 | 116 | 341 | 105 | 101 | 0 | 14 | 355 | 110 | 72 |
| Binary | 1000110 | 1001110 | 11100001 | 1000101 | 1000001 | 0 | 1100 | 11101101 | 1001000 | 111010 |
Color Harmonies of #464EE1
Complementary color
Monochromatic Colors of #464EE1
Black with #464EE1
Text Example
Text Example
White with #464EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464EE1; }
p { color: rgb(70,78,225); }
H1.HeaderClassName
{
color: #464EE1;
}
.AnyTagClassName
{
color: #464EE1;
}
</style>
background-color css
<style>
a { background-color: #464EE1; }
a { background-color: rgb(70,78,225); }
div.DivClassName
{
background-color: #464EE1;
}
.BgClassName
{
background-color: #464EE1;
}
</style>
border-color css
<style>
span { border-color: #464EE1; }
span { border-color: rgb(70,78,225); }
td.TdClassName
{
border-color: #464EE1;
}
.TagClassName
{
border-color: #464EE1;
}
</style>