Shades of Free Speech Blue #4041DB
Tints of Free Speech Blue #4041DB
RGB
CMYK
RGB Variations
Color information
#4041DB (or 0x4041DB) is known color: Free Speech Blue. HEX triplet: 40, 41 and DB. RGB value is (64,65,219). Sum of RGB (Red+Green+Blue) = 64+65+219=348 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.39% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #4041DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4041DB is #BFBE24. Grayscale: #515151. Windows color (decimal): -12566053 or 14369088. OLE color: 14369088.
HSL color Cylindrical-coordinate representation of color #4041DB: hue angle of 239.61º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4041DB is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 65 | 219 | - |
| CMYK | 0.71 | 0.70 | 0 | 0.14 |
| HSL | 239.61º | 0.68% | 0.55% | - |
| HSV(B) | 239.61º | 0.71% | 0.86% | - |
| XYZ | 16.79 | 9.99 | 68.06 | - |
| YUV | 82.26 | 205.17 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 65 | 219 | 0.71 | 0.70 | 0 | 0.14 | 239.61 | 0.68 | 0.55 |
| Hex | 40 | 41 | DB | 47 | 46 | 0 | E | F0 | 44 | 37 |
| Octal | 100 | 101 | 333 | 107 | 106 | 0 | 16 | 360 | 104 | 67 |
| Binary | 1000000 | 1000001 | 11011011 | 1000111 | 1000110 | 0 | 1110 | 11110000 | 1000100 | 110111 |
Color Harmonies of #4041DB
Complementary color
Monochromatic Colors of #4041DB
Black with #4041DB
Text Example
Text Example
White with #4041DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4041DB; }
p { color: rgb(64,65,219); }
H1.HeaderClassName
{
color: #4041DB;
}
.AnyTagClassName
{
color: #4041DB;
}
</style>
background-color css
<style>
a { background-color: #4041DB; }
a { background-color: rgb(64,65,219); }
div.DivClassName
{
background-color: #4041DB;
}
.BgClassName
{
background-color: #4041DB;
}
</style>
border-color css
<style>
span { border-color: #4041DB; }
span { border-color: rgb(64,65,219); }
td.TdClassName
{
border-color: #4041DB;
}
.TagClassName
{
border-color: #4041DB;
}
</style>