Shades of Free Speech Blue #4A4ECE
Tints of Free Speech Blue #4A4ECE
RGB
CMYK
RGB Variations
Color information
#4A4ECE (or 0x4A4ECE) is known color: Free Speech Blue. HEX triplet: 4A, 4E and CE. RGB value is (74,78,206). Sum of RGB (Red+Green+Blue) = 74+78+206=358 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.67% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A4ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A4ECE is #B5B131. Grayscale: #5A5A5A. Windows color (decimal): -11907378 or 13520458. OLE color: 13520458.
HSL color Cylindrical-coordinate representation of color #4A4ECE: hue angle of 238.18º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A4ECE is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 78 | 206 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.19 |
| HSL | 238.18º | 0.57% | 0.55% | - |
| HSV(B) | 238.18º | 0.64% | 0.81% | - |
| XYZ | 16.69 | 11.36 | 59.71 | - |
| YUV | 91.4 | 192.67 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 78 | 206 | 0.64 | 0.62 | 0 | 0.19 | 238.18 | 0.57 | 0.55 |
| Hex | 4A | 4E | CE | 40 | 3E | 0 | 13 | EE | 39 | 37 |
| Octal | 112 | 116 | 316 | 100 | 76 | 0 | 23 | 356 | 71 | 67 |
| Binary | 1001010 | 1001110 | 11001110 | 1000000 | 111110 | 0 | 10011 | 11101110 | 111001 | 110111 |
Color Harmonies of #4A4ECE
Complementary color
Monochromatic Colors of #4A4ECE
Black with #4A4ECE
Text Example
Text Example
White with #4A4ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4ECE; }
p { color: rgb(74,78,206); }
H1.HeaderClassName
{
color: #4A4ECE;
}
.AnyTagClassName
{
color: #4A4ECE;
}
</style>
background-color css
<style>
a { background-color: #4A4ECE; }
a { background-color: rgb(74,78,206); }
div.DivClassName
{
background-color: #4A4ECE;
}
.BgClassName
{
background-color: #4A4ECE;
}
</style>
border-color css
<style>
span { border-color: #4A4ECE; }
span { border-color: rgb(74,78,206); }
td.TdClassName
{
border-color: #4A4ECE;
}
.TagClassName
{
border-color: #4A4ECE;
}
</style>