Shades of Free Speech Blue #463FDB
Tints of Free Speech Blue #463FDB
RGB
CMYK
RGB Variations
Color information
#463FDB (or 0x463FDB) is known color: Free Speech Blue. HEX triplet: 46, 3F and DB. RGB value is (70,63,219). Sum of RGB (Red+Green+Blue) = 70+63+219=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 63 (25% from 255 or 17.90% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #463FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463FDB is #B9C024. Grayscale: #525252. Windows color (decimal): -12173349 or 14368582. OLE color: 14368582.
HSL color Cylindrical-coordinate representation of color #463FDB: hue angle of 242.69º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #463FDB is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 63 | 219 | - |
| CMYK | 0.68 | 0.71 | 0 | 0.14 |
| HSL | 242.69º | 0.68% | 0.55% | - |
| HSV(B) | 242.69º | 0.71% | 0.86% | - |
| XYZ | 17.09 | 9.97 | 68.04 | - |
| YUV | 82.88 | 204.82 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 219 | 0.68 | 0.71 | 0 | 0.14 | 242.69 | 0.68 | 0.55 |
| Hex | 46 | 3F | DB | 44 | 47 | 0 | E | F3 | 44 | 37 |
| Octal | 106 | 77 | 333 | 104 | 107 | 0 | 16 | 363 | 104 | 67 |
| Binary | 1000110 | 111111 | 11011011 | 1000100 | 1000111 | 0 | 1110 | 11110011 | 1000100 | 110111 |
Color Harmonies of #463FDB
Complementary color
Monochromatic Colors of #463FDB
Black with #463FDB
Text Example
Text Example
White with #463FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463FDB; }
p { color: rgb(70,63,219); }
H1.HeaderClassName
{
color: #463FDB;
}
.AnyTagClassName
{
color: #463FDB;
}
</style>
background-color css
<style>
a { background-color: #463FDB; }
a { background-color: rgb(70,63,219); }
div.DivClassName
{
background-color: #463FDB;
}
.BgClassName
{
background-color: #463FDB;
}
</style>
border-color css
<style>
span { border-color: #463FDB; }
span { border-color: rgb(70,63,219); }
td.TdClassName
{
border-color: #463FDB;
}
.TagClassName
{
border-color: #463FDB;
}
</style>