Shades of Free Speech Blue #4A3FD0
Tints of Free Speech Blue #4A3FD0
RGB
CMYK
RGB Variations
Color information
#4A3FD0 (or 0x4A3FD0) is known color: Free Speech Blue. HEX triplet: 4A, 3F and D0. RGB value is (74,63,208). Sum of RGB (Red+Green+Blue) = 74+63+208=345 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.45% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 208 (81.64% from 255 or 60.29% from 345); Max value from RGB is 208 - color contains mainly: blue. Hex color #4A3FD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A3FD0 is #B5C02F. Grayscale: #525252. Windows color (decimal): -11911216 or 13647690. OLE color: 13647690.
HSL color Cylindrical-coordinate representation of color #4A3FD0: hue angle of 244.55º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A3FD0 is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 63 | 208 | - |
| CMYK | 0.64 | 0.70 | 0 | 0.18 |
| HSL | 244.55º | 0.61% | 0.53% | - |
| HSV(B) | 244.55º | 0.7% | 0.82% | - |
| XYZ | 15.99 | 9.56 | 60.68 | - |
| YUV | 82.82 | 198.64 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 63 | 208 | 0.64 | 0.70 | 0 | 0.18 | 244.55 | 0.61 | 0.53 |
| Hex | 4A | 3F | D0 | 40 | 46 | 0 | 12 | F5 | 3D | 35 |
| Octal | 112 | 77 | 320 | 100 | 106 | 0 | 22 | 365 | 75 | 65 |
| Binary | 1001010 | 111111 | 11010000 | 1000000 | 1000110 | 0 | 10010 | 11110101 | 111101 | 110101 |
Color Harmonies of #4A3FD0
Complementary color
Monochromatic Colors of #4A3FD0
Black with #4A3FD0
Text Example
Text Example
White with #4A3FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3FD0; }
p { color: rgb(74,63,208); }
H1.HeaderClassName
{
color: #4A3FD0;
}
.AnyTagClassName
{
color: #4A3FD0;
}
</style>
background-color css
<style>
a { background-color: #4A3FD0; }
a { background-color: rgb(74,63,208); }
div.DivClassName
{
background-color: #4A3FD0;
}
.BgClassName
{
background-color: #4A3FD0;
}
</style>
border-color css
<style>
span { border-color: #4A3FD0; }
span { border-color: rgb(74,63,208); }
td.TdClassName
{
border-color: #4A3FD0;
}
.TagClassName
{
border-color: #4A3FD0;
}
</style>