Shades of Free Speech Blue #463EDB
Tints of Free Speech Blue #463EDB
RGB
CMYK
RGB Variations
Color information
#463EDB (or 0x463EDB) is known color: Free Speech Blue. HEX triplet: 46, 3E and DB. RGB value is (70,62,219). Sum of RGB (Red+Green+Blue) = 70+62+219=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 62 (24.61% from 255 or 17.66% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #463EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463EDB is #B9C124. Grayscale: #515151. Windows color (decimal): -12173605 or 14368326. OLE color: 14368326.
HSL color Cylindrical-coordinate representation of color #463EDB: hue angle of 243.06º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #463EDB is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 62 | 219 | - |
| CMYK | 0.68 | 0.72 | 0 | 0.14 |
| HSL | 243.06º | 0.69% | 0.55% | - |
| HSV(B) | 243.06º | 0.72% | 0.86% | - |
| XYZ | 17.03 | 9.86 | 68.02 | - |
| YUV | 82.29 | 205.15 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 62 | 219 | 0.68 | 0.72 | 0 | 0.14 | 243.06 | 0.69 | 0.55 |
| Hex | 46 | 3E | DB | 44 | 48 | 0 | E | F3 | 45 | 37 |
| Octal | 106 | 76 | 333 | 104 | 110 | 0 | 16 | 363 | 105 | 67 |
| Binary | 1000110 | 111110 | 11011011 | 1000100 | 1001000 | 0 | 1110 | 11110011 | 1000101 | 110111 |
Color Harmonies of #463EDB
Complementary color
Monochromatic Colors of #463EDB
Black with #463EDB
Text Example
Text Example
White with #463EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463EDB; }
p { color: rgb(70,62,219); }
H1.HeaderClassName
{
color: #463EDB;
}
.AnyTagClassName
{
color: #463EDB;
}
</style>
background-color css
<style>
a { background-color: #463EDB; }
a { background-color: rgb(70,62,219); }
div.DivClassName
{
background-color: #463EDB;
}
.BgClassName
{
background-color: #463EDB;
}
</style>
border-color css
<style>
span { border-color: #463EDB; }
span { border-color: rgb(70,62,219); }
td.TdClassName
{
border-color: #463EDB;
}
.TagClassName
{
border-color: #463EDB;
}
</style>