Shades of Free Speech Blue #464DCF
Tints of Free Speech Blue #464DCF
RGB
CMYK
RGB Variations
Color information
#464DCF (or 0x464DCF) is known color: Free Speech Blue. HEX triplet: 46, 4D and CF. RGB value is (70,77,207). Sum of RGB (Red+Green+Blue) = 70+77+207=354 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.77% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 207 (81.25% from 255 or 58.47% from 354); Max value from RGB is 207 - color contains mainly: blue. Hex color #464DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464DCF is #B9B230. Grayscale: #595959. Windows color (decimal): -12169777 or 13585734. OLE color: 13585734.
HSL color Cylindrical-coordinate representation of color #464DCF: hue angle of 236.93º degrees, saturation: 0.59, 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 #464DCF is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 77 | 207 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.19 |
| HSL | 236.93º | 0.59% | 0.54% | - |
| HSV(B) | 236.93º | 0.66% | 0.81% | - |
| XYZ | 16.44 | 11.11 | 60.31 | - |
| YUV | 89.73 | 194.18 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 77 | 207 | 0.66 | 0.63 | 0 | 0.19 | 236.93 | 0.59 | 0.54 |
| Hex | 46 | 4D | CF | 42 | 3F | 0 | 13 | ED | 3B | 36 |
| Octal | 106 | 115 | 317 | 102 | 77 | 0 | 23 | 355 | 73 | 66 |
| Binary | 1000110 | 1001101 | 11001111 | 1000010 | 111111 | 0 | 10011 | 11101101 | 111011 | 110110 |
Color Harmonies of #464DCF
Complementary color
Monochromatic Colors of #464DCF
Black with #464DCF
Text Example
Text Example
White with #464DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464DCF; }
p { color: rgb(70,77,207); }
H1.HeaderClassName
{
color: #464DCF;
}
.AnyTagClassName
{
color: #464DCF;
}
</style>
background-color css
<style>
a { background-color: #464DCF; }
a { background-color: rgb(70,77,207); }
div.DivClassName
{
background-color: #464DCF;
}
.BgClassName
{
background-color: #464DCF;
}
</style>
border-color css
<style>
span { border-color: #464DCF; }
span { border-color: rgb(70,77,207); }
td.TdClassName
{
border-color: #464DCF;
}
.TagClassName
{
border-color: #464DCF;
}
</style>