Shades of Free Speech Blue #464FE1
Tints of Free Speech Blue #464FE1
RGB
CMYK
RGB Variations
Color information
#464FE1 (or 0x464FE1) is known color: Free Speech Blue. HEX triplet: 46, 4F and E1. RGB value is (70,79,225). Sum of RGB (Red+Green+Blue) = 70+79+225=374 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.72% from 374); Green value is 79 (31.25% from 255 or 21.12% from 374); Blue value is 225 (88.28% from 255 or 60.16% from 374); Max value from RGB is 225 - color contains mainly: blue. Hex color #464FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464FE1 is #B9B01E. Grayscale: #5C5C5C. Windows color (decimal): -12169247 or 14765894. OLE color: 14765894.
HSL color Cylindrical-coordinate representation of color #464FE1: hue angle of 236.52º 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 #464FE1 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 70 | 79 | 225 | - |
| CMYK | 0.69 | 0.65 | 0 | 0.12 |
| HSL | 236.52º | 0.72% | 0.58% | - |
| HSV(B) | 236.52º | 0.69% | 0.88% | - |
| XYZ | 18.91 | 12.33 | 72.62 | - |
| YUV | 92.95 | 202.52 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 79 | 225 | 0.69 | 0.65 | 0 | 0.12 | 236.52 | 0.72 | 0.58 |
| Hex | 46 | 4F | E1 | 45 | 41 | 0 | C | ED | 48 | 3A |
| Octal | 106 | 117 | 341 | 105 | 101 | 0 | 14 | 355 | 110 | 72 |
| Binary | 1000110 | 1001111 | 11100001 | 1000101 | 1000001 | 0 | 1100 | 11101101 | 1001000 | 111010 |
Color Harmonies of #464FE1
Complementary color
Monochromatic Colors of #464FE1
Black with #464FE1
Text Example
Text Example
White with #464FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464FE1; }
p { color: rgb(70,79,225); }
H1.HeaderClassName
{
color: #464FE1;
}
.AnyTagClassName
{
color: #464FE1;
}
</style>
background-color css
<style>
a { background-color: #464FE1; }
a { background-color: rgb(70,79,225); }
div.DivClassName
{
background-color: #464FE1;
}
.BgClassName
{
background-color: #464FE1;
}
</style>
border-color css
<style>
span { border-color: #464FE1; }
span { border-color: rgb(70,79,225); }
td.TdClassName
{
border-color: #464FE1;
}
.TagClassName
{
border-color: #464FE1;
}
</style>