Shades of Free Speech Blue #463BC1
Tints of Free Speech Blue #463BC1
RGB
CMYK
RGB Variations
Color information
#463BC1 (or 0x463BC1) is known color: Free Speech Blue. HEX triplet: 46, 3B and C1. RGB value is (70,59,193). Sum of RGB (Red+Green+Blue) = 70+59+193=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 193 (75.78% from 255 or 59.94% from 322); Max value from RGB is 193 - color contains mainly: blue. Hex color #463BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463BC1 is #B9C43E. Grayscale: #4D4D4D. Windows color (decimal): -12174399 or 12663622. OLE color: 12663622.
HSL color Cylindrical-coordinate representation of color #463BC1: hue angle of 244.93º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #463BC1 is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 59 | 193 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.24 |
| HSL | 244.93º | 0.53% | 0.49% | - |
| HSV(B) | 244.93º | 0.69% | 0.76% | - |
| XYZ | 13.72 | 8.28 | 51.33 | - |
| YUV | 77.57 | 193.14 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 59 | 193 | 0.64 | 0.69 | 0 | 0.24 | 244.93 | 0.53 | 0.49 |
| Hex | 46 | 3B | C1 | 40 | 45 | 0 | 18 | F5 | 35 | 31 |
| Octal | 106 | 73 | 301 | 100 | 105 | 0 | 30 | 365 | 65 | 61 |
| Binary | 1000110 | 111011 | 11000001 | 1000000 | 1000101 | 0 | 11000 | 11110101 | 110101 | 110001 |
Color Harmonies of #463BC1
Complementary color
Monochromatic Colors of #463BC1
Black with #463BC1
Text Example
Text Example
White with #463BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463BC1; }
p { color: rgb(70,59,193); }
H1.HeaderClassName
{
color: #463BC1;
}
.AnyTagClassName
{
color: #463BC1;
}
</style>
background-color css
<style>
a { background-color: #463BC1; }
a { background-color: rgb(70,59,193); }
div.DivClassName
{
background-color: #463BC1;
}
.BgClassName
{
background-color: #463BC1;
}
</style>
border-color css
<style>
span { border-color: #463BC1; }
span { border-color: rgb(70,59,193); }
td.TdClassName
{
border-color: #463BC1;
}
.TagClassName
{
border-color: #463BC1;
}
</style>