Shades of Free Speech Blue #464DDB
Tints of Free Speech Blue #464DDB
RGB
CMYK
RGB Variations
Color information
#464DDB (or 0x464DDB) is known color: Free Speech Blue. HEX triplet: 46, 4D and DB. RGB value is (70,77,219). Sum of RGB (Red+Green+Blue) = 70+77+219=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #464DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464DDB is #B9B224. Grayscale: #5A5A5A. Windows color (decimal): -12169765 or 14372166. OLE color: 14372166.
HSL color Cylindrical-coordinate representation of color #464DDB: hue angle of 237.18º 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 #464DDB is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 77 | 219 | - |
| CMYK | 0.68 | 0.65 | 0 | 0.14 |
| HSL | 237.18º | 0.67% | 0.57% | - |
| HSV(B) | 237.18º | 0.68% | 0.86% | - |
| XYZ | 17.97 | 11.72 | 68.33 | - |
| YUV | 91.1 | 200.18 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 77 | 219 | 0.68 | 0.65 | 0 | 0.14 | 237.18 | 0.67 | 0.57 |
| Hex | 46 | 4D | DB | 44 | 41 | 0 | E | ED | 43 | 39 |
| Octal | 106 | 115 | 333 | 104 | 101 | 0 | 16 | 355 | 103 | 71 |
| Binary | 1000110 | 1001101 | 11011011 | 1000100 | 1000001 | 0 | 1110 | 11101101 | 1000011 | 111001 |
Color Harmonies of #464DDB
Complementary color
Monochromatic Colors of #464DDB
Black with #464DDB
Text Example
Text Example
White with #464DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464DDB; }
p { color: rgb(70,77,219); }
H1.HeaderClassName
{
color: #464DDB;
}
.AnyTagClassName
{
color: #464DDB;
}
</style>
background-color css
<style>
a { background-color: #464DDB; }
a { background-color: rgb(70,77,219); }
div.DivClassName
{
background-color: #464DDB;
}
.BgClassName
{
background-color: #464DDB;
}
</style>
border-color css
<style>
span { border-color: #464DDB; }
span { border-color: rgb(70,77,219); }
td.TdClassName
{
border-color: #464DDB;
}
.TagClassName
{
border-color: #464DDB;
}
</style>