Shades of Free Speech Blue #463FC1
Tints of Free Speech Blue #463FC1
RGB
CMYK
RGB Variations
Color information
#463FC1 (or 0x463FC1) is known color: Free Speech Blue. HEX triplet: 46, 3F and C1. RGB value is (70,63,193). Sum of RGB (Red+Green+Blue) = 70+63+193=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 193 (75.78% from 255 or 59.20% from 326); Max value from RGB is 193 - color contains mainly: blue. Hex color #463FC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463FC1 is #B9C03E. Grayscale: #4F4F4F. Windows color (decimal): -12173375 or 12664646. OLE color: 12664646.
HSL color Cylindrical-coordinate representation of color #463FC1: hue angle of 243.23º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #463FC1 is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 63 | 193 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.24 |
| HSL | 243.23º | 0.51% | 0.5% | - |
| HSV(B) | 243.23º | 0.67% | 0.76% | - |
| XYZ | 13.93 | 8.71 | 51.4 | - |
| YUV | 79.91 | 191.82 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 193 | 0.64 | 0.67 | 0 | 0.24 | 243.23 | 0.51 | 0.5 |
| Hex | 46 | 3F | C1 | 40 | 43 | 0 | 18 | F3 | 33 | 32 |
| Octal | 106 | 77 | 301 | 100 | 103 | 0 | 30 | 363 | 63 | 62 |
| Binary | 1000110 | 111111 | 11000001 | 1000000 | 1000011 | 0 | 11000 | 11110011 | 110011 | 110010 |
Color Harmonies of #463FC1
Complementary color
Monochromatic Colors of #463FC1
Black with #463FC1
Text Example
Text Example
White with #463FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463FC1; }
p { color: rgb(70,63,193); }
H1.HeaderClassName
{
color: #463FC1;
}
.AnyTagClassName
{
color: #463FC1;
}
</style>
background-color css
<style>
a { background-color: #463FC1; }
a { background-color: rgb(70,63,193); }
div.DivClassName
{
background-color: #463FC1;
}
.BgClassName
{
background-color: #463FC1;
}
</style>
border-color css
<style>
span { border-color: #463FC1; }
span { border-color: rgb(70,63,193); }
td.TdClassName
{
border-color: #463FC1;
}
.TagClassName
{
border-color: #463FC1;
}
</style>