Shades of Free Speech Blue #4148DB
Tints of Free Speech Blue #4148DB
RGB
CMYK
RGB Variations
Color information
#4148DB (or 0x4148DB) is known color: Free Speech Blue. HEX triplet: 41, 48 and DB. RGB value is (65,72,219). Sum of RGB (Red+Green+Blue) = 65+72+219=356 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.26% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #4148DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4148DB is #BEB724. Grayscale: #565656. Windows color (decimal): -12498725 or 14370881. OLE color: 14370881.
HSL color Cylindrical-coordinate representation of color #4148DB: hue angle of 237.27º 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 #4148DB is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 72 | 219 | - |
| CMYK | 0.70 | 0.67 | 0 | 0.14 |
| HSL | 237.27º | 0.68% | 0.56% | - |
| HSV(B) | 237.27º | 0.7% | 0.86% | - |
| XYZ | 17.28 | 10.87 | 68.21 | - |
| YUV | 86.67 | 202.68 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 72 | 219 | 0.70 | 0.67 | 0 | 0.14 | 237.27 | 0.68 | 0.56 |
| Hex | 41 | 48 | DB | 46 | 43 | 0 | E | ED | 44 | 38 |
| Octal | 101 | 110 | 333 | 106 | 103 | 0 | 16 | 355 | 104 | 70 |
| Binary | 1000001 | 1001000 | 11011011 | 1000110 | 1000011 | 0 | 1110 | 11101101 | 1000100 | 111000 |
Color Harmonies of #4148DB
Complementary color
Monochromatic Colors of #4148DB
Black with #4148DB
Text Example
Text Example
White with #4148DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4148DB; }
p { color: rgb(65,72,219); }
H1.HeaderClassName
{
color: #4148DB;
}
.AnyTagClassName
{
color: #4148DB;
}
</style>
background-color css
<style>
a { background-color: #4148DB; }
a { background-color: rgb(65,72,219); }
div.DivClassName
{
background-color: #4148DB;
}
.BgClassName
{
background-color: #4148DB;
}
</style>
border-color css
<style>
span { border-color: #4148DB; }
span { border-color: rgb(65,72,219); }
td.TdClassName
{
border-color: #4148DB;
}
.TagClassName
{
border-color: #4148DB;
}
</style>