Shades of Free Speech Blue #463CDB
Tints of Free Speech Blue #463CDB
RGB
CMYK
RGB Variations
Color information
#463CDB (or 0x463CDB) is known color: Free Speech Blue. HEX triplet: 46, 3C and DB. RGB value is (70,60,219). Sum of RGB (Red+Green+Blue) = 70+60+219=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #463CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463CDB is #B9C324. Grayscale: #505050. Windows color (decimal): -12174117 or 14367814. OLE color: 14367814.
HSL color Cylindrical-coordinate representation of color #463CDB: hue angle of 243.77º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #463CDB is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 60 | 219 | - |
| CMYK | 0.68 | 0.73 | 0 | 0.14 |
| HSL | 243.77º | 0.69% | 0.55% | - |
| HSV(B) | 243.77º | 0.73% | 0.86% | - |
| XYZ | 16.93 | 9.65 | 67.99 | - |
| YUV | 81.12 | 205.81 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 60 | 219 | 0.68 | 0.73 | 0 | 0.14 | 243.77 | 0.69 | 0.55 |
| Hex | 46 | 3C | DB | 44 | 49 | 0 | E | F4 | 45 | 37 |
| Octal | 106 | 74 | 333 | 104 | 111 | 0 | 16 | 364 | 105 | 67 |
| Binary | 1000110 | 111100 | 11011011 | 1000100 | 1001001 | 0 | 1110 | 11110100 | 1000101 | 110111 |
Color Harmonies of #463CDB
Complementary color
Monochromatic Colors of #463CDB
Black with #463CDB
Text Example
Text Example
White with #463CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463CDB; }
p { color: rgb(70,60,219); }
H1.HeaderClassName
{
color: #463CDB;
}
.AnyTagClassName
{
color: #463CDB;
}
</style>
background-color css
<style>
a { background-color: #463CDB; }
a { background-color: rgb(70,60,219); }
div.DivClassName
{
background-color: #463CDB;
}
.BgClassName
{
background-color: #463CDB;
}
</style>
border-color css
<style>
span { border-color: #463CDB; }
span { border-color: rgb(70,60,219); }
td.TdClassName
{
border-color: #463CDB;
}
.TagClassName
{
border-color: #463CDB;
}
</style>