Shades of Free Speech Blue #464ADB
Tints of Free Speech Blue #464ADB
RGB
CMYK
RGB Variations
Color information
#464ADB (or 0x464ADB) is known color: Free Speech Blue. HEX triplet: 46, 4A and DB. RGB value is (70,74,219). Sum of RGB (Red+Green+Blue) = 70+74+219=363 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.28% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #464ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464ADB is #B9B524. Grayscale: #585858. Windows color (decimal): -12170533 or 14371398. OLE color: 14371398.
HSL color Cylindrical-coordinate representation of color #464ADB: hue angle of 238.39º 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 #464ADB is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 74 | 219 | - |
| CMYK | 0.68 | 0.66 | 0 | 0.14 |
| HSL | 238.39º | 0.67% | 0.57% | - |
| HSV(B) | 238.39º | 0.68% | 0.86% | - |
| XYZ | 17.76 | 11.31 | 68.27 | - |
| YUV | 89.33 | 201.17 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 74 | 219 | 0.68 | 0.66 | 0 | 0.14 | 238.39 | 0.67 | 0.57 |
| Hex | 46 | 4A | DB | 44 | 42 | 0 | E | EE | 43 | 39 |
| Octal | 106 | 112 | 333 | 104 | 102 | 0 | 16 | 356 | 103 | 71 |
| Binary | 1000110 | 1001010 | 11011011 | 1000100 | 1000010 | 0 | 1110 | 11101110 | 1000011 | 111001 |
Color Harmonies of #464ADB
Complementary color
Monochromatic Colors of #464ADB
Black with #464ADB
Text Example
Text Example
White with #464ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464ADB; }
p { color: rgb(70,74,219); }
H1.HeaderClassName
{
color: #464ADB;
}
.AnyTagClassName
{
color: #464ADB;
}
</style>
background-color css
<style>
a { background-color: #464ADB; }
a { background-color: rgb(70,74,219); }
div.DivClassName
{
background-color: #464ADB;
}
.BgClassName
{
background-color: #464ADB;
}
</style>
border-color css
<style>
span { border-color: #464ADB; }
span { border-color: rgb(70,74,219); }
td.TdClassName
{
border-color: #464ADB;
}
.TagClassName
{
border-color: #464ADB;
}
</style>