Shades of Free Speech Blue #463DC1
Tints of Free Speech Blue #463DC1
RGB
CMYK
RGB Variations
Color information
#463DC1 (or 0x463DC1) is known color: Free Speech Blue. HEX triplet: 46, 3D and C1. RGB value is (70,61,193). Sum of RGB (Red+Green+Blue) = 70+61+193=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 193 (75.78% from 255 or 59.57% from 324); Max value from RGB is 193 - color contains mainly: blue. Hex color #463DC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463DC1 is #B9C23E. Grayscale: #4E4E4E. Windows color (decimal): -12173887 or 12664134. OLE color: 12664134.
HSL color Cylindrical-coordinate representation of color #463DC1: hue angle of 244.09º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #463DC1 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 61 | 193 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.24 |
| HSL | 244.09º | 0.52% | 0.5% | - |
| HSV(B) | 244.09º | 0.68% | 0.76% | - |
| XYZ | 13.82 | 8.49 | 51.36 | - |
| YUV | 78.74 | 192.48 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 193 | 0.64 | 0.68 | 0 | 0.24 | 244.09 | 0.52 | 0.5 |
| Hex | 46 | 3D | C1 | 40 | 44 | 0 | 18 | F4 | 34 | 32 |
| Octal | 106 | 75 | 301 | 100 | 104 | 0 | 30 | 364 | 64 | 62 |
| Binary | 1000110 | 111101 | 11000001 | 1000000 | 1000100 | 0 | 11000 | 11110100 | 110100 | 110010 |
Color Harmonies of #463DC1
Complementary color
Monochromatic Colors of #463DC1
Black with #463DC1
Text Example
Text Example
White with #463DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463DC1; }
p { color: rgb(70,61,193); }
H1.HeaderClassName
{
color: #463DC1;
}
.AnyTagClassName
{
color: #463DC1;
}
</style>
background-color css
<style>
a { background-color: #463DC1; }
a { background-color: rgb(70,61,193); }
div.DivClassName
{
background-color: #463DC1;
}
.BgClassName
{
background-color: #463DC1;
}
</style>
border-color css
<style>
span { border-color: #463DC1; }
span { border-color: rgb(70,61,193); }
td.TdClassName
{
border-color: #463DC1;
}
.TagClassName
{
border-color: #463DC1;
}
</style>