Shades of Free Speech Blue #4644DB
Tints of Free Speech Blue #4644DB
RGB
CMYK
RGB Variations
Color information
#4644DB (or 0x4644DB) is known color: Free Speech Blue. HEX triplet: 46, 44 and DB. RGB value is (70,68,219). Sum of RGB (Red+Green+Blue) = 70+68+219=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #4644DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4644DB is #B9BB24. Grayscale: #555555. Windows color (decimal): -12172069 or 14369862. OLE color: 14369862.
HSL color Cylindrical-coordinate representation of color #4644DB: hue angle of 240.79º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4644DB is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 68 | 219 | - |
| CMYK | 0.68 | 0.69 | 0 | 0.14 |
| HSL | 240.79º | 0.68% | 0.56% | - |
| HSV(B) | 240.79º | 0.69% | 0.86% | - |
| XYZ | 17.38 | 10.55 | 68.14 | - |
| YUV | 85.81 | 203.16 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 68 | 219 | 0.68 | 0.69 | 0 | 0.14 | 240.79 | 0.68 | 0.56 |
| Hex | 46 | 44 | DB | 44 | 45 | 0 | E | F1 | 44 | 38 |
| Octal | 106 | 104 | 333 | 104 | 105 | 0 | 16 | 361 | 104 | 70 |
| Binary | 1000110 | 1000100 | 11011011 | 1000100 | 1000101 | 0 | 1110 | 11110001 | 1000100 | 111000 |
Color Harmonies of #4644DB
Complementary color
Monochromatic Colors of #4644DB
Black with #4644DB
Text Example
Text Example
White with #4644DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4644DB; }
p { color: rgb(70,68,219); }
H1.HeaderClassName
{
color: #4644DB;
}
.AnyTagClassName
{
color: #4644DB;
}
</style>
background-color css
<style>
a { background-color: #4644DB; }
a { background-color: rgb(70,68,219); }
div.DivClassName
{
background-color: #4644DB;
}
.BgClassName
{
background-color: #4644DB;
}
</style>
border-color css
<style>
span { border-color: #4644DB; }
span { border-color: rgb(70,68,219); }
td.TdClassName
{
border-color: #4644DB;
}
.TagClassName
{
border-color: #4644DB;
}
</style>