Shades of Free Speech Blue #4146DB
Tints of Free Speech Blue #4146DB
RGB
CMYK
RGB Variations
Color information
#4146DB (or 0x4146DB) is known color: Free Speech Blue. HEX triplet: 41, 46 and DB. RGB value is (65,70,219). Sum of RGB (Red+Green+Blue) = 65+70+219=354 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.36% from 354); Green value is 70 (27.73% from 255 or 19.77% 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 #4146DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4146DB is #BEB924. Grayscale: #545454. Windows color (decimal): -12499237 or 14370369. OLE color: 14370369.
HSL color Cylindrical-coordinate representation of color #4146DB: hue angle of 238.05º 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 #4146DB is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 70 | 219 | - |
| CMYK | 0.70 | 0.68 | 0 | 0.14 |
| HSL | 238.05º | 0.68% | 0.56% | - |
| HSV(B) | 238.05º | 0.7% | 0.86% | - |
| XYZ | 17.16 | 10.62 | 68.16 | - |
| YUV | 85.49 | 203.34 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 70 | 219 | 0.70 | 0.68 | 0 | 0.14 | 238.05 | 0.68 | 0.56 |
| Hex | 41 | 46 | DB | 46 | 44 | 0 | E | EE | 44 | 38 |
| Octal | 101 | 106 | 333 | 106 | 104 | 0 | 16 | 356 | 104 | 70 |
| Binary | 1000001 | 1000110 | 11011011 | 1000110 | 1000100 | 0 | 1110 | 11101110 | 1000100 | 111000 |
Color Harmonies of #4146DB
Complementary color
Monochromatic Colors of #4146DB
Black with #4146DB
Text Example
Text Example
White with #4146DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4146DB; }
p { color: rgb(65,70,219); }
H1.HeaderClassName
{
color: #4146DB;
}
.AnyTagClassName
{
color: #4146DB;
}
</style>
background-color css
<style>
a { background-color: #4146DB; }
a { background-color: rgb(65,70,219); }
div.DivClassName
{
background-color: #4146DB;
}
.BgClassName
{
background-color: #4146DB;
}
</style>
border-color css
<style>
span { border-color: #4146DB; }
span { border-color: rgb(65,70,219); }
td.TdClassName
{
border-color: #4146DB;
}
.TagClassName
{
border-color: #4146DB;
}
</style>