Shades of Free Speech Blue #4A4EDB
Tints of Free Speech Blue #4A4EDB
RGB
CMYK
RGB Variations
Color information
#4A4EDB (or 0x4A4EDB) is known color: Free Speech Blue. HEX triplet: 4A, 4E and DB. RGB value is (74,78,219). Sum of RGB (Red+Green+Blue) = 74+78+219=371 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.95% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #4A4EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A4EDB is #B5B124. Grayscale: #5C5C5C. Windows color (decimal): -11907365 or 14372426. OLE color: 14372426.
HSL color Cylindrical-coordinate representation of color #4A4EDB: hue angle of 238.34º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A4EDB is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 78 | 219 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.14 |
| HSL | 238.34º | 0.67% | 0.57% | - |
| HSV(B) | 238.34º | 0.66% | 0.86% | - |
| XYZ | 18.33 | 12.02 | 68.37 | - |
| YUV | 92.88 | 199.17 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 78 | 219 | 0.66 | 0.64 | 0 | 0.14 | 238.34 | 0.67 | 0.57 |
| Hex | 4A | 4E | DB | 42 | 40 | 0 | E | EE | 43 | 39 |
| Octal | 112 | 116 | 333 | 102 | 100 | 0 | 16 | 356 | 103 | 71 |
| Binary | 1001010 | 1001110 | 11011011 | 1000010 | 1000000 | 0 | 1110 | 11101110 | 1000011 | 111001 |
Color Harmonies of #4A4EDB
Complementary color
Monochromatic Colors of #4A4EDB
Black with #4A4EDB
Text Example
Text Example
White with #4A4EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4EDB; }
p { color: rgb(74,78,219); }
H1.HeaderClassName
{
color: #4A4EDB;
}
.AnyTagClassName
{
color: #4A4EDB;
}
</style>
background-color css
<style>
a { background-color: #4A4EDB; }
a { background-color: rgb(74,78,219); }
div.DivClassName
{
background-color: #4A4EDB;
}
.BgClassName
{
background-color: #4A4EDB;
}
</style>
border-color css
<style>
span { border-color: #4A4EDB; }
span { border-color: rgb(74,78,219); }
td.TdClassName
{
border-color: #4A4EDB;
}
.TagClassName
{
border-color: #4A4EDB;
}
</style>