Shades of Free Speech Blue #464DCE
Tints of Free Speech Blue #464DCE
RGB
CMYK
RGB Variations
Color information
#464DCE (or 0x464DCE) is known color: Free Speech Blue. HEX triplet: 46, 4D and CE. RGB value is (70,77,206). Sum of RGB (Red+Green+Blue) = 70+77+206=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #464DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464DCE is #B9B231. Grayscale: #595959. Windows color (decimal): -12169778 or 13520198. OLE color: 13520198.
HSL color Cylindrical-coordinate representation of color #464DCE: hue angle of 236.91º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #464DCE is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 77 | 206 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.19 |
| HSL | 236.91º | 0.58% | 0.54% | - |
| HSV(B) | 236.91º | 0.66% | 0.81% | - |
| XYZ | 16.32 | 11.07 | 59.67 | - |
| YUV | 89.61 | 193.68 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 77 | 206 | 0.66 | 0.63 | 0 | 0.19 | 236.91 | 0.58 | 0.54 |
| Hex | 46 | 4D | CE | 42 | 3F | 0 | 13 | ED | 3A | 36 |
| Octal | 106 | 115 | 316 | 102 | 77 | 0 | 23 | 355 | 72 | 66 |
| Binary | 1000110 | 1001101 | 11001110 | 1000010 | 111111 | 0 | 10011 | 11101101 | 111010 | 110110 |
Color Harmonies of #464DCE
Complementary color
Monochromatic Colors of #464DCE
Black with #464DCE
Text Example
Text Example
White with #464DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464DCE; }
p { color: rgb(70,77,206); }
H1.HeaderClassName
{
color: #464DCE;
}
.AnyTagClassName
{
color: #464DCE;
}
</style>
background-color css
<style>
a { background-color: #464DCE; }
a { background-color: rgb(70,77,206); }
div.DivClassName
{
background-color: #464DCE;
}
.BgClassName
{
background-color: #464DCE;
}
</style>
border-color css
<style>
span { border-color: #464DCE; }
span { border-color: rgb(70,77,206); }
td.TdClassName
{
border-color: #464DCE;
}
.TagClassName
{
border-color: #464DCE;
}
</style>