Shades of Free Speech Blue #4641DB
Tints of Free Speech Blue #4641DB
RGB
CMYK
RGB Variations
Color information
#4641DB (or 0x4641DB) is known color: Free Speech Blue. HEX triplet: 46, 41 and DB. RGB value is (70,65,219). Sum of RGB (Red+Green+Blue) = 70+65+219=354 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.77% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #4641DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4641DB is #B9BE24. Grayscale: #535353. Windows color (decimal): -12172837 or 14369094. OLE color: 14369094.
HSL color Cylindrical-coordinate representation of color #4641DB: hue angle of 241.95º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4641DB is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 65 | 219 | - |
| CMYK | 0.68 | 0.70 | 0 | 0.14 |
| HSL | 241.95º | 0.68% | 0.56% | - |
| HSV(B) | 241.95º | 0.7% | 0.86% | - |
| XYZ | 17.2 | 10.2 | 68.08 | - |
| YUV | 84.05 | 204.16 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 219 | 0.68 | 0.70 | 0 | 0.14 | 241.95 | 0.68 | 0.56 |
| Hex | 46 | 41 | DB | 44 | 46 | 0 | E | F2 | 44 | 38 |
| Octal | 106 | 101 | 333 | 104 | 106 | 0 | 16 | 362 | 104 | 70 |
| Binary | 1000110 | 1000001 | 11011011 | 1000100 | 1000110 | 0 | 1110 | 11110010 | 1000100 | 111000 |
Color Harmonies of #4641DB
Complementary color
Monochromatic Colors of #4641DB
Black with #4641DB
Text Example
Text Example
White with #4641DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4641DB; }
p { color: rgb(70,65,219); }
H1.HeaderClassName
{
color: #4641DB;
}
.AnyTagClassName
{
color: #4641DB;
}
</style>
background-color css
<style>
a { background-color: #4641DB; }
a { background-color: rgb(70,65,219); }
div.DivClassName
{
background-color: #4641DB;
}
.BgClassName
{
background-color: #4641DB;
}
</style>
border-color css
<style>
span { border-color: #4641DB; }
span { border-color: rgb(70,65,219); }
td.TdClassName
{
border-color: #4641DB;
}
.TagClassName
{
border-color: #4641DB;
}
</style>