Shades of Free Speech Blue #463FC5
Tints of Free Speech Blue #463FC5
RGB
CMYK
RGB Variations
Color information
#463FC5 (or 0x463FC5) is known color: Free Speech Blue. HEX triplet: 46, 3F and C5. RGB value is (70,63,197). Sum of RGB (Red+Green+Blue) = 70+63+197=330 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.21% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 197 (77.34% from 255 or 59.70% from 330); Max value from RGB is 197 - color contains mainly: blue. Hex color #463FC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463FC5 is #B9C03A. Grayscale: #4F4F4F. Windows color (decimal): -12173371 or 12926790. OLE color: 12926790.
HSL color Cylindrical-coordinate representation of color #463FC5: hue angle of 243.13º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #463FC5 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 70 | 63 | 197 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.23 |
| HSL | 243.13º | 0.54% | 0.51% | - |
| HSV(B) | 243.13º | 0.68% | 0.77% | - |
| XYZ | 14.38 | 8.89 | 53.78 | - |
| YUV | 80.37 | 193.82 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 197 | 0.64 | 0.68 | 0 | 0.23 | 243.13 | 0.54 | 0.51 |
| Hex | 46 | 3F | C5 | 40 | 44 | 0 | 17 | F3 | 36 | 33 |
| Octal | 106 | 77 | 305 | 100 | 104 | 0 | 27 | 363 | 66 | 63 |
| Binary | 1000110 | 111111 | 11000101 | 1000000 | 1000100 | 0 | 10111 | 11110011 | 110110 | 110011 |
Color Harmonies of #463FC5
Complementary color
Monochromatic Colors of #463FC5
Black with #463FC5
Text Example
Text Example
White with #463FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463FC5; }
p { color: rgb(70,63,197); }
H1.HeaderClassName
{
color: #463FC5;
}
.AnyTagClassName
{
color: #463FC5;
}
</style>
background-color css
<style>
a { background-color: #463FC5; }
a { background-color: rgb(70,63,197); }
div.DivClassName
{
background-color: #463FC5;
}
.BgClassName
{
background-color: #463FC5;
}
</style>
border-color css
<style>
span { border-color: #463FC5; }
span { border-color: rgb(70,63,197); }
td.TdClassName
{
border-color: #463FC5;
}
.TagClassName
{
border-color: #463FC5;
}
</style>