Shades of Free Speech Blue #4A3AD9
Tints of Free Speech Blue #4A3AD9
RGB
CMYK
RGB Variations
Color information
#4A3AD9 (or 0x4A3AD9) is known color: Free Speech Blue. HEX triplet: 4A, 3A and D9. RGB value is (74,58,217). Sum of RGB (Red+Green+Blue) = 74+58+217=349 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.20% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 217 (85.16% from 255 or 62.18% from 349); Max value from RGB is 217 - color contains mainly: blue. Hex color #4A3AD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A3AD9 is #B5C526. Grayscale: #505050. Windows color (decimal): -11912487 or 14236234. OLE color: 14236234.
HSL color Cylindrical-coordinate representation of color #4A3AD9: hue angle of 246.04º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A3AD9 is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 58 | 217 | - |
| CMYK | 0.66 | 0.73 | 0 | 0.15 |
| HSL | 246.04º | 0.68% | 0.54% | - |
| HSV(B) | 246.04º | 0.73% | 0.85% | - |
| XYZ | 16.86 | 9.49 | 66.59 | - |
| YUV | 80.91 | 204.8 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 58 | 217 | 0.66 | 0.73 | 0 | 0.15 | 246.04 | 0.68 | 0.54 |
| Hex | 4A | 3A | D9 | 42 | 49 | 0 | F | F6 | 44 | 36 |
| Octal | 112 | 72 | 331 | 102 | 111 | 0 | 17 | 366 | 104 | 66 |
| Binary | 1001010 | 111010 | 11011001 | 1000010 | 1001001 | 0 | 1111 | 11110110 | 1000100 | 110110 |
Color Harmonies of #4A3AD9
Complementary color
Monochromatic Colors of #4A3AD9
Black with #4A3AD9
Text Example
Text Example
White with #4A3AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3AD9; }
p { color: rgb(74,58,217); }
H1.HeaderClassName
{
color: #4A3AD9;
}
.AnyTagClassName
{
color: #4A3AD9;
}
</style>
background-color css
<style>
a { background-color: #4A3AD9; }
a { background-color: rgb(74,58,217); }
div.DivClassName
{
background-color: #4A3AD9;
}
.BgClassName
{
background-color: #4A3AD9;
}
</style>
border-color css
<style>
span { border-color: #4A3AD9; }
span { border-color: rgb(74,58,217); }
td.TdClassName
{
border-color: #4A3AD9;
}
.TagClassName
{
border-color: #4A3AD9;
}
</style>