Shades of Free Speech Blue #4E5FCB
Tints of Free Speech Blue #4E5FCB
RGB
CMYK
RGB Variations
Color information
#4E5FCB (or 0x4E5FCB) is known color: Free Speech Blue. HEX triplet: 4E, 5F and CB. RGB value is (78,95,203). Sum of RGB (Red+Green+Blue) = 78+95+203=376 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.74% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #4E5FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5FCB is #B1A034. Grayscale: #656565. Windows color (decimal): -11640885 or 13328206. OLE color: 13328206.
HSL color Cylindrical-coordinate representation of color #4E5FCB: hue angle of 231.84º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E5FCB is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 95 | 203 | - |
| CMYK | 0.62 | 0.53 | 0 | 0.20 |
| HSL | 231.84º | 0.55% | 0.55% | - |
| HSV(B) | 231.84º | 0.62% | 0.8% | - |
| XYZ | 18.01 | 14.12 | 58.28 | - |
| YUV | 102.23 | 184.87 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 95 | 203 | 0.62 | 0.53 | 0 | 0.20 | 231.84 | 0.55 | 0.55 |
| Hex | 4E | 5F | CB | 3E | 35 | 0 | 14 | E8 | 37 | 37 |
| Octal | 116 | 137 | 313 | 76 | 65 | 0 | 24 | 350 | 67 | 67 |
| Binary | 1001110 | 1011111 | 11001011 | 111110 | 110101 | 0 | 10100 | 11101000 | 110111 | 110111 |
Color Harmonies of #4E5FCB
Complementary color
Monochromatic Colors of #4E5FCB
Black with #4E5FCB
Text Example
Text Example
White with #4E5FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5FCB; }
p { color: rgb(78,95,203); }
H1.HeaderClassName
{
color: #4E5FCB;
}
.AnyTagClassName
{
color: #4E5FCB;
}
</style>
background-color css
<style>
a { background-color: #4E5FCB; }
a { background-color: rgb(78,95,203); }
div.DivClassName
{
background-color: #4E5FCB;
}
.BgClassName
{
background-color: #4E5FCB;
}
</style>
border-color css
<style>
span { border-color: #4E5FCB; }
span { border-color: rgb(78,95,203); }
td.TdClassName
{
border-color: #4E5FCB;
}
.TagClassName
{
border-color: #4E5FCB;
}
</style>