Shades of Free Speech Blue #4139DB
Tints of Free Speech Blue #4139DB
RGB
CMYK
RGB Variations
Color information
#4139DB (or 0x4139DB) is known color: Free Speech Blue. HEX triplet: 41, 39 and DB. RGB value is (65,57,219). Sum of RGB (Red+Green+Blue) = 65+57+219=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #4139DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4139DB is #BEC624. Grayscale: #4D4D4D. Windows color (decimal): -12502565 or 14367041. OLE color: 14367041.
HSL color Cylindrical-coordinate representation of color #4139DB: hue angle of 242.96º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4139DB is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 57 | 219 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.14 |
| HSL | 242.96º | 0.69% | 0.54% | - |
| HSV(B) | 242.96º | 0.74% | 0.86% | - |
| XYZ | 16.43 | 9.16 | 67.92 | - |
| YUV | 77.86 | 207.65 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 57 | 219 | 0.70 | 0.74 | 0 | 0.14 | 242.96 | 0.69 | 0.54 |
| Hex | 41 | 39 | DB | 46 | 4A | 0 | E | F3 | 45 | 36 |
| Octal | 101 | 71 | 333 | 106 | 112 | 0 | 16 | 363 | 105 | 66 |
| Binary | 1000001 | 111001 | 11011011 | 1000110 | 1001010 | 0 | 1110 | 11110011 | 1000101 | 110110 |
Color Harmonies of #4139DB
Complementary color
Monochromatic Colors of #4139DB
Black with #4139DB
Text Example
Text Example
White with #4139DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4139DB; }
p { color: rgb(65,57,219); }
H1.HeaderClassName
{
color: #4139DB;
}
.AnyTagClassName
{
color: #4139DB;
}
</style>
background-color css
<style>
a { background-color: #4139DB; }
a { background-color: rgb(65,57,219); }
div.DivClassName
{
background-color: #4139DB;
}
.BgClassName
{
background-color: #4139DB;
}
</style>
border-color css
<style>
span { border-color: #4139DB; }
span { border-color: rgb(65,57,219); }
td.TdClassName
{
border-color: #4139DB;
}
.TagClassName
{
border-color: #4139DB;
}
</style>