Shades of Free Speech Blue #4A4ECA
Tints of Free Speech Blue #4A4ECA
RGB
CMYK
RGB Variations
Color information
#4A4ECA (or 0x4A4ECA) is known color: Free Speech Blue. HEX triplet: 4A, 4E and CA. RGB value is (74,78,202). Sum of RGB (Red+Green+Blue) = 74+78+202=354 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.90% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #4A4ECA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A4ECA is #B5B135. Grayscale: #5A5A5A. Windows color (decimal): -11907382 or 13258314. OLE color: 13258314.
HSL color Cylindrical-coordinate representation of color #4A4ECA: hue angle of 238.12º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4A4ECA is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 74 | 78 | 202 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.21 |
| HSL | 238.13º | 0.55% | 0.54% | - |
| HSV(B) | 238.13º | 0.63% | 0.79% | - |
| XYZ | 16.21 | 11.17 | 57.18 | - |
| YUV | 90.94 | 190.67 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 78 | 202 | 0.63 | 0.61 | 0 | 0.21 | 238.13 | 0.55 | 0.54 |
| Hex | 4A | 4E | CA | 3F | 3D | 0 | 15 | EE | 37 | 36 |
| Octal | 112 | 116 | 312 | 77 | 75 | 0 | 25 | 356 | 67 | 66 |
| Binary | 1001010 | 1001110 | 11001010 | 111111 | 111101 | 0 | 10101 | 11101110 | 110111 | 110110 |
Color Harmonies of #4A4ECA
Complementary color
Monochromatic Colors of #4A4ECA
Black with #4A4ECA
Text Example
Text Example
White with #4A4ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4ECA; }
p { color: rgb(74,78,202); }
H1.HeaderClassName
{
color: #4A4ECA;
}
.AnyTagClassName
{
color: #4A4ECA;
}
</style>
background-color css
<style>
a { background-color: #4A4ECA; }
a { background-color: rgb(74,78,202); }
div.DivClassName
{
background-color: #4A4ECA;
}
.BgClassName
{
background-color: #4A4ECA;
}
</style>
border-color css
<style>
span { border-color: #4A4ECA; }
span { border-color: rgb(74,78,202); }
td.TdClassName
{
border-color: #4A4ECA;
}
.TagClassName
{
border-color: #4A4ECA;
}
</style>