Shades of Free Speech Blue #4B53CE
Tints of Free Speech Blue #4B53CE
RGB
CMYK
RGB Variations
Color information
#4B53CE (or 0x4B53CE) is known color: Free Speech Blue. HEX triplet: 4B, 53 and CE. RGB value is (75,83,206). Sum of RGB (Red+Green+Blue) = 75+83+206=364 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.60% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B53CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B53CE is #B4AC31. Grayscale: #5E5E5E. Windows color (decimal): -11840562 or 13521739. OLE color: 13521739.
HSL color Cylindrical-coordinate representation of color #4B53CE: hue angle of 236.34º 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 #4B53CE is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 83 | 206 | - |
| CMYK | 0.64 | 0.60 | 0 | 0.19 |
| HSL | 236.34º | 0.57% | 0.55% | - |
| HSV(B) | 236.34º | 0.64% | 0.81% | - |
| XYZ | 17.14 | 12.14 | 59.83 | - |
| YUV | 94.63 | 190.85 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 83 | 206 | 0.64 | 0.60 | 0 | 0.19 | 236.34 | 0.57 | 0.55 |
| Hex | 4B | 53 | CE | 40 | 3C | 0 | 13 | EC | 39 | 37 |
| Octal | 113 | 123 | 316 | 100 | 74 | 0 | 23 | 354 | 71 | 67 |
| Binary | 1001011 | 1010011 | 11001110 | 1000000 | 111100 | 0 | 10011 | 11101100 | 111001 | 110111 |
Color Harmonies of #4B53CE
Complementary color
Monochromatic Colors of #4B53CE
Black with #4B53CE
Text Example
Text Example
White with #4B53CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B53CE; }
p { color: rgb(75,83,206); }
H1.HeaderClassName
{
color: #4B53CE;
}
.AnyTagClassName
{
color: #4B53CE;
}
</style>
background-color css
<style>
a { background-color: #4B53CE; }
a { background-color: rgb(75,83,206); }
div.DivClassName
{
background-color: #4B53CE;
}
.BgClassName
{
background-color: #4B53CE;
}
</style>
border-color css
<style>
span { border-color: #4B53CE; }
span { border-color: rgb(75,83,206); }
td.TdClassName
{
border-color: #4B53CE;
}
.TagClassName
{
border-color: #4B53CE;
}
</style>