Shades of Free Speech Blue #4E4BCA
Tints of Free Speech Blue #4E4BCA
RGB
CMYK
RGB Variations
Color information
#4E4BCA (or 0x4E4BCA) is known color: Free Speech Blue. HEX triplet: 4E, 4B and CA. RGB value is (78,75,202). Sum of RGB (Red+Green+Blue) = 78+75+202=355 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.97% from 355); Green value is 75 (29.69% from 255 or 21.13% from 355); Blue value is 202 (79.30% from 255 or 56.90% from 355); Max value from RGB is 202 - color contains mainly: blue. Hex color #4E4BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E4BCA is #B1B435. Grayscale: #595959. Windows color (decimal): -11646006 or 13257550. OLE color: 13257550.
HSL color Cylindrical-coordinate representation of color #4E4BCA: hue angle of 241.42º 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 #4E4BCA is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 78 | 75 | 202 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.21 |
| HSL | 241.42º | 0.55% | 0.54% | - |
| HSV(B) | 241.42º | 0.63% | 0.79% | - |
| XYZ | 16.32 | 10.92 | 57.12 | - |
| YUV | 90.38 | 190.99 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 75 | 202 | 0.61 | 0.63 | 0 | 0.21 | 241.42 | 0.55 | 0.54 |
| Hex | 4E | 4B | CA | 3D | 3F | 0 | 15 | F1 | 37 | 36 |
| Octal | 116 | 113 | 312 | 75 | 77 | 0 | 25 | 361 | 67 | 66 |
| Binary | 1001110 | 1001011 | 11001010 | 111101 | 111111 | 0 | 10101 | 11110001 | 110111 | 110110 |
Color Harmonies of #4E4BCA
Complementary color
Monochromatic Colors of #4E4BCA
Black with #4E4BCA
Text Example
Text Example
White with #4E4BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4BCA; }
p { color: rgb(78,75,202); }
H1.HeaderClassName
{
color: #4E4BCA;
}
.AnyTagClassName
{
color: #4E4BCA;
}
</style>
background-color css
<style>
a { background-color: #4E4BCA; }
a { background-color: rgb(78,75,202); }
div.DivClassName
{
background-color: #4E4BCA;
}
.BgClassName
{
background-color: #4E4BCA;
}
</style>
border-color css
<style>
span { border-color: #4E4BCA; }
span { border-color: rgb(78,75,202); }
td.TdClassName
{
border-color: #4E4BCA;
}
.TagClassName
{
border-color: #4E4BCA;
}
</style>