Shades of Free Speech Blue #463BC0
Tints of Free Speech Blue #463BC0
RGB
CMYK
RGB Variations
Color information
#463BC0 (or 0x463BC0) is known color: Free Speech Blue. HEX triplet: 46, 3B and C0. RGB value is (70,59,192). Sum of RGB (Red+Green+Blue) = 70+59+192=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 59 (23.44% from 255 or 18.38% from 321); Blue value is 192 (75.39% from 255 or 59.81% from 321); Max value from RGB is 192 - color contains mainly: blue. Hex color #463BC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463BC0 is #B9C43F. Grayscale: #4C4C4C. Windows color (decimal): -12174400 or 12598086. OLE color: 12598086.
HSL color Cylindrical-coordinate representation of color #463BC0: hue angle of 244.96º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #463BC0 is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 59 | 192 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.25 |
| HSL | 244.96º | 0.53% | 0.49% | - |
| HSV(B) | 244.96º | 0.69% | 0.75% | - |
| XYZ | 13.6 | 8.24 | 50.74 | - |
| YUV | 77.45 | 192.64 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 59 | 192 | 0.64 | 0.69 | 0 | 0.25 | 244.96 | 0.53 | 0.49 |
| Hex | 46 | 3B | C0 | 40 | 45 | 0 | 19 | F5 | 35 | 31 |
| Octal | 106 | 73 | 300 | 100 | 105 | 0 | 31 | 365 | 65 | 61 |
| Binary | 1000110 | 111011 | 11000000 | 1000000 | 1000101 | 0 | 11001 | 11110101 | 110101 | 110001 |
Color Harmonies of #463BC0
Complementary color
Monochromatic Colors of #463BC0
Black with #463BC0
Text Example
Text Example
White with #463BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463BC0; }
p { color: rgb(70,59,192); }
H1.HeaderClassName
{
color: #463BC0;
}
.AnyTagClassName
{
color: #463BC0;
}
</style>
background-color css
<style>
a { background-color: #463BC0; }
a { background-color: rgb(70,59,192); }
div.DivClassName
{
background-color: #463BC0;
}
.BgClassName
{
background-color: #463BC0;
}
</style>
border-color css
<style>
span { border-color: #463BC0; }
span { border-color: rgb(70,59,192); }
td.TdClassName
{
border-color: #463BC0;
}
.TagClassName
{
border-color: #463BC0;
}
</style>