Shades of Free Speech Blue #4E52CA
Tints of Free Speech Blue #4E52CA
RGB
CMYK
RGB Variations
Color information
#4E52CA (or 0x4E52CA) is known color: Free Speech Blue. HEX triplet: 4E, 52 and CA. RGB value is (78,82,202). Sum of RGB (Red+Green+Blue) = 78+82+202=362 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.55% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 202 (79.30% from 255 or 55.80% from 362); Max value from RGB is 202 - color contains mainly: blue. Hex color #4E52CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E52CA is #B1AD35. Grayscale: #5E5E5E. Windows color (decimal): -11644214 or 13259342. OLE color: 13259342.
HSL color Cylindrical-coordinate representation of color #4E52CA: hue angle of 238.06º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4E52CA is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 78 | 82 | 202 | - |
| CMYK | 0.61 | 0.59 | 0 | 0.21 |
| HSL | 238.06º | 0.54% | 0.55% | - |
| HSV(B) | 238.06º | 0.61% | 0.79% | - |
| XYZ | 16.82 | 11.92 | 57.29 | - |
| YUV | 94.48 | 188.67 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 82 | 202 | 0.61 | 0.59 | 0 | 0.21 | 238.06 | 0.54 | 0.55 |
| Hex | 4E | 52 | CA | 3D | 3B | 0 | 15 | EE | 36 | 37 |
| Octal | 116 | 122 | 312 | 75 | 73 | 0 | 25 | 356 | 66 | 67 |
| Binary | 1001110 | 1010010 | 11001010 | 111101 | 111011 | 0 | 10101 | 11101110 | 110110 | 110111 |
Color Harmonies of #4E52CA
Complementary color
Monochromatic Colors of #4E52CA
Black with #4E52CA
Text Example
Text Example
White with #4E52CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E52CA; }
p { color: rgb(78,82,202); }
H1.HeaderClassName
{
color: #4E52CA;
}
.AnyTagClassName
{
color: #4E52CA;
}
</style>
background-color css
<style>
a { background-color: #4E52CA; }
a { background-color: rgb(78,82,202); }
div.DivClassName
{
background-color: #4E52CA;
}
.BgClassName
{
background-color: #4E52CA;
}
</style>
border-color css
<style>
span { border-color: #4E52CA; }
span { border-color: rgb(78,82,202); }
td.TdClassName
{
border-color: #4E52CA;
}
.TagClassName
{
border-color: #4E52CA;
}
</style>