Shades of Free Speech Blue #463ECF
Tints of Free Speech Blue #463ECF
RGB
CMYK
RGB Variations
Color information
#463ECF (or 0x463ECF) is known color: Free Speech Blue. HEX triplet: 46, 3E and CF. RGB value is (70,62,207). Sum of RGB (Red+Green+Blue) = 70+62+207=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 207 (81.25% from 255 or 61.06% from 339); Max value from RGB is 207 - color contains mainly: blue. Hex color #463ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463ECF is #B9C130. Grayscale: #505050. Windows color (decimal): -12173617 or 13581894. OLE color: 13581894.
HSL color Cylindrical-coordinate representation of color #463ECF: hue angle of 243.31º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #463ECF is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 62 | 207 | - |
| CMYK | 0.66 | 0.70 | 0 | 0.19 |
| HSL | 243.31º | 0.6% | 0.53% | - |
| HSV(B) | 243.31º | 0.7% | 0.81% | - |
| XYZ | 15.51 | 9.25 | 60 | - |
| YUV | 80.92 | 199.15 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 62 | 207 | 0.66 | 0.70 | 0 | 0.19 | 243.31 | 0.6 | 0.53 |
| Hex | 46 | 3E | CF | 42 | 46 | 0 | 13 | F3 | 3C | 35 |
| Octal | 106 | 76 | 317 | 102 | 106 | 0 | 23 | 363 | 74 | 65 |
| Binary | 1000110 | 111110 | 11001111 | 1000010 | 1000110 | 0 | 10011 | 11110011 | 111100 | 110101 |
Color Harmonies of #463ECF
Complementary color
Monochromatic Colors of #463ECF
Black with #463ECF
Text Example
Text Example
White with #463ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463ECF; }
p { color: rgb(70,62,207); }
H1.HeaderClassName
{
color: #463ECF;
}
.AnyTagClassName
{
color: #463ECF;
}
</style>
background-color css
<style>
a { background-color: #463ECF; }
a { background-color: rgb(70,62,207); }
div.DivClassName
{
background-color: #463ECF;
}
.BgClassName
{
background-color: #463ECF;
}
</style>
border-color css
<style>
span { border-color: #463ECF; }
span { border-color: rgb(70,62,207); }
td.TdClassName
{
border-color: #463ECF;
}
.TagClassName
{
border-color: #463ECF;
}
</style>