Shades of Free Speech Blue #464DE0
Tints of Free Speech Blue #464DE0
RGB
CMYK
RGB Variations
Color information
#464DE0 (or 0x464DE0) is known color: Free Speech Blue. HEX triplet: 46, 4D and E0. RGB value is (70,77,224). Sum of RGB (Red+Green+Blue) = 70+77+224=371 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.87% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 224 (87.89% from 255 or 60.38% from 371); Max value from RGB is 224 - color contains mainly: blue. Hex color #464DE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464DE0 is #B9B21F. Grayscale: #5B5B5B. Windows color (decimal): -12169760 or 14699846. OLE color: 14699846.
HSL color Cylindrical-coordinate representation of color #464DE0: hue angle of 237.27º degrees, saturation: 0.71, 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 #464DE0 is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 70 | 77 | 224 | - |
| CMYK | 0.69 | 0.66 | 0 | 0.12 |
| HSL | 237.27º | 0.71% | 0.58% | - |
| HSV(B) | 237.27º | 0.69% | 0.88% | - |
| XYZ | 18.63 | 11.99 | 71.85 | - |
| YUV | 91.67 | 202.68 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 77 | 224 | 0.69 | 0.66 | 0 | 0.12 | 237.27 | 0.71 | 0.58 |
| Hex | 46 | 4D | E0 | 45 | 42 | 0 | C | ED | 47 | 3A |
| Octal | 106 | 115 | 340 | 105 | 102 | 0 | 14 | 355 | 107 | 72 |
| Binary | 1000110 | 1001101 | 11100000 | 1000101 | 1000010 | 0 | 1100 | 11101101 | 1000111 | 111010 |
Color Harmonies of #464DE0
Complementary color
Monochromatic Colors of #464DE0
Black with #464DE0
Text Example
Text Example
White with #464DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464DE0; }
p { color: rgb(70,77,224); }
H1.HeaderClassName
{
color: #464DE0;
}
.AnyTagClassName
{
color: #464DE0;
}
</style>
background-color css
<style>
a { background-color: #464DE0; }
a { background-color: rgb(70,77,224); }
div.DivClassName
{
background-color: #464DE0;
}
.BgClassName
{
background-color: #464DE0;
}
</style>
border-color css
<style>
span { border-color: #464DE0; }
span { border-color: rgb(70,77,224); }
td.TdClassName
{
border-color: #464DE0;
}
.TagClassName
{
border-color: #464DE0;
}
</style>