Shades of Free Speech Blue #4741DB
Tints of Free Speech Blue #4741DB
RGB
CMYK
RGB Variations
Color information
#4741DB (or 0x4741DB) is known color: Free Speech Blue. HEX triplet: 47, 41 and DB. RGB value is (71,65,219). Sum of RGB (Red+Green+Blue) = 71+65+219=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #4741DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4741DB is #B8BE24. Grayscale: #535353. Windows color (decimal): -12107301 or 14369095. OLE color: 14369095.
HSL color Cylindrical-coordinate representation of color #4741DB: hue angle of 242.34º 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 #4741DB is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 65 | 219 | - |
| CMYK | 0.68 | 0.70 | 0 | 0.14 |
| HSL | 242.34º | 0.68% | 0.56% | - |
| HSV(B) | 242.34º | 0.7% | 0.86% | - |
| XYZ | 17.28 | 10.23 | 68.08 | - |
| YUV | 84.35 | 203.99 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 65 | 219 | 0.68 | 0.70 | 0 | 0.14 | 242.34 | 0.68 | 0.56 |
| Hex | 47 | 41 | DB | 44 | 46 | 0 | E | F2 | 44 | 38 |
| Octal | 107 | 101 | 333 | 104 | 106 | 0 | 16 | 362 | 104 | 70 |
| Binary | 1000111 | 1000001 | 11011011 | 1000100 | 1000110 | 0 | 1110 | 11110010 | 1000100 | 111000 |
Color Harmonies of #4741DB
Complementary color
Monochromatic Colors of #4741DB
Black with #4741DB
Text Example
Text Example
White with #4741DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4741DB; }
p { color: rgb(71,65,219); }
H1.HeaderClassName
{
color: #4741DB;
}
.AnyTagClassName
{
color: #4741DB;
}
</style>
background-color css
<style>
a { background-color: #4741DB; }
a { background-color: rgb(71,65,219); }
div.DivClassName
{
background-color: #4741DB;
}
.BgClassName
{
background-color: #4741DB;
}
</style>
border-color css
<style>
span { border-color: #4741DB; }
span { border-color: rgb(71,65,219); }
td.TdClassName
{
border-color: #4741DB;
}
.TagClassName
{
border-color: #4741DB;
}
</style>