Shades of Free Speech Blue #4E53CE
Tints of Free Speech Blue #4E53CE
RGB
CMYK
RGB Variations
Color information
#4E53CE (or 0x4E53CE) is known color: Free Speech Blue. HEX triplet: 4E, 53 and CE. RGB value is (78,83,206). Sum of RGB (Red+Green+Blue) = 78+83+206=367 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.25% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #4E53CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E53CE is #B1AC31. Grayscale: #5F5F5F. Windows color (decimal): -11643954 or 13521742. OLE color: 13521742.
HSL color Cylindrical-coordinate representation of color #4E53CE: hue angle of 237.66º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E53CE is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 83 | 206 | - |
| CMYK | 0.62 | 0.60 | 0 | 0.19 |
| HSL | 237.66º | 0.57% | 0.56% | - |
| HSV(B) | 237.66º | 0.62% | 0.81% | - |
| XYZ | 17.38 | 12.26 | 59.84 | - |
| YUV | 95.53 | 190.34 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 83 | 206 | 0.62 | 0.60 | 0 | 0.19 | 237.66 | 0.57 | 0.56 |
| Hex | 4E | 53 | CE | 3E | 3C | 0 | 13 | EE | 39 | 38 |
| Octal | 116 | 123 | 316 | 76 | 74 | 0 | 23 | 356 | 71 | 70 |
| Binary | 1001110 | 1010011 | 11001110 | 111110 | 111100 | 0 | 10011 | 11101110 | 111001 | 111000 |
Color Harmonies of #4E53CE
Complementary color
Monochromatic Colors of #4E53CE
Black with #4E53CE
Text Example
Text Example
White with #4E53CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E53CE; }
p { color: rgb(78,83,206); }
H1.HeaderClassName
{
color: #4E53CE;
}
.AnyTagClassName
{
color: #4E53CE;
}
</style>
background-color css
<style>
a { background-color: #4E53CE; }
a { background-color: rgb(78,83,206); }
div.DivClassName
{
background-color: #4E53CE;
}
.BgClassName
{
background-color: #4E53CE;
}
</style>
border-color css
<style>
span { border-color: #4E53CE; }
span { border-color: rgb(78,83,206); }
td.TdClassName
{
border-color: #4E53CE;
}
.TagClassName
{
border-color: #4E53CE;
}
</style>