Shades of Free Speech Blue #4E4BDA
Tints of Free Speech Blue #4E4BDA
RGB
CMYK
RGB Variations
Color information
#4E4BDA (or 0x4E4BDA) is known color: Free Speech Blue. HEX triplet: 4E, 4B and DA. RGB value is (78,75,218). Sum of RGB (Red+Green+Blue) = 78+75+218=371 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.02% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 218 (85.55% from 255 or 58.76% from 371); Max value from RGB is 218 - color contains mainly: blue. Hex color #4E4BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E4BDA is #B1B425. Grayscale: #5B5B5B. Windows color (decimal): -11645990 or 14306126. OLE color: 14306126.
HSL color Cylindrical-coordinate representation of color #4E4BDA: hue angle of 241.26º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4E4BDA is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 75 | 218 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.15 |
| HSL | 241.26º | 0.66% | 0.57% | - |
| HSV(B) | 241.26º | 0.66% | 0.85% | - |
| XYZ | 18.31 | 11.71 | 67.63 | - |
| YUV | 92.2 | 198.99 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 75 | 218 | 0.64 | 0.66 | 0 | 0.15 | 241.26 | 0.66 | 0.57 |
| Hex | 4E | 4B | DA | 40 | 42 | 0 | F | F1 | 42 | 39 |
| Octal | 116 | 113 | 332 | 100 | 102 | 0 | 17 | 361 | 102 | 71 |
| Binary | 1001110 | 1001011 | 11011010 | 1000000 | 1000010 | 0 | 1111 | 11110001 | 1000010 | 111001 |
Color Harmonies of #4E4BDA
Complementary color
Monochromatic Colors of #4E4BDA
Black with #4E4BDA
Text Example
Text Example
White with #4E4BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4BDA; }
p { color: rgb(78,75,218); }
H1.HeaderClassName
{
color: #4E4BDA;
}
.AnyTagClassName
{
color: #4E4BDA;
}
</style>
background-color css
<style>
a { background-color: #4E4BDA; }
a { background-color: rgb(78,75,218); }
div.DivClassName
{
background-color: #4E4BDA;
}
.BgClassName
{
background-color: #4E4BDA;
}
</style>
border-color css
<style>
span { border-color: #4E4BDA; }
span { border-color: rgb(78,75,218); }
td.TdClassName
{
border-color: #4E4BDA;
}
.TagClassName
{
border-color: #4E4BDA;
}
</style>