Shades of Free Speech Blue #4A4DD0
Tints of Free Speech Blue #4A4DD0
RGB
CMYK
RGB Variations
Color information
#4A4DD0 (or 0x4A4DD0) is known color: Free Speech Blue. HEX triplet: 4A, 4D and D0. RGB value is (74,77,208). Sum of RGB (Red+Green+Blue) = 74+77+208=359 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.61% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 208 (81.64% from 255 or 57.94% from 359); Max value from RGB is 208 - color contains mainly: blue. Hex color #4A4DD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A4DD0 is #B5B22F. Grayscale: #5A5A5A. Windows color (decimal): -11907632 or 13651274. OLE color: 13651274.
HSL color Cylindrical-coordinate representation of color #4A4DD0: hue angle of 238.66º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A4DD0 is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 77 | 208 | - |
| CMYK | 0.64 | 0.63 | 0 | 0.18 |
| HSL | 238.66º | 0.59% | 0.55% | - |
| HSV(B) | 238.66º | 0.64% | 0.82% | - |
| XYZ | 16.86 | 11.32 | 60.97 | - |
| YUV | 91.04 | 194.01 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 77 | 208 | 0.64 | 0.63 | 0 | 0.18 | 238.66 | 0.59 | 0.55 |
| Hex | 4A | 4D | D0 | 40 | 3F | 0 | 12 | EF | 3B | 37 |
| Octal | 112 | 115 | 320 | 100 | 77 | 0 | 22 | 357 | 73 | 67 |
| Binary | 1001010 | 1001101 | 11010000 | 1000000 | 111111 | 0 | 10010 | 11101111 | 111011 | 110111 |
Color Harmonies of #4A4DD0
Complementary color
Monochromatic Colors of #4A4DD0
Black with #4A4DD0
Text Example
Text Example
White with #4A4DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4DD0; }
p { color: rgb(74,77,208); }
H1.HeaderClassName
{
color: #4A4DD0;
}
.AnyTagClassName
{
color: #4A4DD0;
}
</style>
background-color css
<style>
a { background-color: #4A4DD0; }
a { background-color: rgb(74,77,208); }
div.DivClassName
{
background-color: #4A4DD0;
}
.BgClassName
{
background-color: #4A4DD0;
}
</style>
border-color css
<style>
span { border-color: #4A4DD0; }
span { border-color: rgb(74,77,208); }
td.TdClassName
{
border-color: #4A4DD0;
}
.TagClassName
{
border-color: #4A4DD0;
}
</style>