Shades of Free Speech Blue #464EDB
Tints of Free Speech Blue #464EDB
RGB
CMYK
RGB Variations
Color information
#464EDB (or 0x464EDB) is known color: Free Speech Blue. HEX triplet: 46, 4E and DB. RGB value is (70,78,219). Sum of RGB (Red+Green+Blue) = 70+78+219=367 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.07% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #464EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464EDB is #B9B124. Grayscale: #5B5B5B. Windows color (decimal): -12169509 or 14372422. OLE color: 14372422.
HSL color Cylindrical-coordinate representation of color #464EDB: hue angle of 236.78º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #464EDB is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 78 | 219 | - |
| CMYK | 0.68 | 0.64 | 0 | 0.14 |
| HSL | 236.78º | 0.67% | 0.57% | - |
| HSV(B) | 236.78º | 0.68% | 0.86% | - |
| XYZ | 18.04 | 11.87 | 68.36 | - |
| YUV | 91.68 | 199.85 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 78 | 219 | 0.68 | 0.64 | 0 | 0.14 | 236.78 | 0.67 | 0.57 |
| Hex | 46 | 4E | DB | 44 | 40 | 0 | E | ED | 43 | 39 |
| Octal | 106 | 116 | 333 | 104 | 100 | 0 | 16 | 355 | 103 | 71 |
| Binary | 1000110 | 1001110 | 11011011 | 1000100 | 1000000 | 0 | 1110 | 11101101 | 1000011 | 111001 |
Color Harmonies of #464EDB
Complementary color
Monochromatic Colors of #464EDB
Black with #464EDB
Text Example
Text Example
White with #464EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464EDB; }
p { color: rgb(70,78,219); }
H1.HeaderClassName
{
color: #464EDB;
}
.AnyTagClassName
{
color: #464EDB;
}
</style>
background-color css
<style>
a { background-color: #464EDB; }
a { background-color: rgb(70,78,219); }
div.DivClassName
{
background-color: #464EDB;
}
.BgClassName
{
background-color: #464EDB;
}
</style>
border-color css
<style>
span { border-color: #464EDB; }
span { border-color: rgb(70,78,219); }
td.TdClassName
{
border-color: #464EDB;
}
.TagClassName
{
border-color: #464EDB;
}
</style>