Shades of Free Speech Blue #463DC0
Tints of Free Speech Blue #463DC0
RGB
CMYK
RGB Variations
Color information
#463DC0 (or 0x463DC0) is known color: Free Speech Blue. HEX triplet: 46, 3D and C0. RGB value is (70,61,192). Sum of RGB (Red+Green+Blue) = 70+61+192=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 192 (75.39% from 255 or 59.44% from 323); Max value from RGB is 192 - color contains mainly: blue. Hex color #463DC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463DC0 is #B9C23F. Grayscale: #4E4E4E. Windows color (decimal): -12173888 or 12598598. OLE color: 12598598.
HSL color Cylindrical-coordinate representation of color #463DC0: hue angle of 244.12º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #463DC0 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 61 | 192 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.25 |
| HSL | 244.12º | 0.52% | 0.5% | - |
| HSV(B) | 244.12º | 0.68% | 0.75% | - |
| XYZ | 13.71 | 8.45 | 50.78 | - |
| YUV | 78.63 | 191.98 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 192 | 0.64 | 0.68 | 0 | 0.25 | 244.12 | 0.52 | 0.5 |
| Hex | 46 | 3D | C0 | 40 | 44 | 0 | 19 | F4 | 34 | 32 |
| Octal | 106 | 75 | 300 | 100 | 104 | 0 | 31 | 364 | 64 | 62 |
| Binary | 1000110 | 111101 | 11000000 | 1000000 | 1000100 | 0 | 11001 | 11110100 | 110100 | 110010 |
Color Harmonies of #463DC0
Complementary color
Monochromatic Colors of #463DC0
Black with #463DC0
Text Example
Text Example
White with #463DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463DC0; }
p { color: rgb(70,61,192); }
H1.HeaderClassName
{
color: #463DC0;
}
.AnyTagClassName
{
color: #463DC0;
}
</style>
background-color css
<style>
a { background-color: #463DC0; }
a { background-color: rgb(70,61,192); }
div.DivClassName
{
background-color: #463DC0;
}
.BgClassName
{
background-color: #463DC0;
}
</style>
border-color css
<style>
span { border-color: #463DC0; }
span { border-color: rgb(70,61,192); }
td.TdClassName
{
border-color: #463DC0;
}
.TagClassName
{
border-color: #463DC0;
}
</style>