Shades of Free Speech Blue #4E5FCC
Tints of Free Speech Blue #4E5FCC
RGB
CMYK
RGB Variations
Color information
#4E5FCC (or 0x4E5FCC) is known color: Free Speech Blue. HEX triplet: 4E, 5F and CC. RGB value is (78,95,204). Sum of RGB (Red+Green+Blue) = 78+95+204=377 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.69% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #4E5FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5FCC is #B1A033. Grayscale: #656565. Windows color (decimal): -11640884 or 13393742. OLE color: 13393742.
HSL color Cylindrical-coordinate representation of color #4E5FCC: hue angle of 231.9º 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 #4E5FCC is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 78 | 95 | 204 | - |
| CMYK | 0.62 | 0.53 | 0 | 0.2 |
| HSL | 231.9º | 0.55% | 0.55% | - |
| HSV(B) | 231.9º | 0.62% | 0.8% | - |
| XYZ | 18.13 | 14.16 | 58.9 | - |
| YUV | 102.34 | 185.37 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 95 | 204 | 0.62 | 0.53 | 0 | 0.2 | 231.9 | 0.55 | 0.55 |
| Hex | 4E | 5F | CC | 3E | 35 | 0 | 14 | E8 | 37 | 37 |
| Octal | 116 | 137 | 314 | 76 | 65 | 0 | 24 | 350 | 67 | 67 |
| Binary | 1001110 | 1011111 | 11001100 | 111110 | 110101 | 0 | 10100 | 11101000 | 110111 | 110111 |
Color Harmonies of #4E5FCC
Complementary color
Monochromatic Colors of #4E5FCC
Black with #4E5FCC
Text Example
Text Example
White with #4E5FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5FCC; }
p { color: rgb(78,95,204); }
H1.HeaderClassName
{
color: #4E5FCC;
}
.AnyTagClassName
{
color: #4E5FCC;
}
</style>
background-color css
<style>
a { background-color: #4E5FCC; }
a { background-color: rgb(78,95,204); }
div.DivClassName
{
background-color: #4E5FCC;
}
.BgClassName
{
background-color: #4E5FCC;
}
</style>
border-color css
<style>
span { border-color: #4E5FCC; }
span { border-color: rgb(78,95,204); }
td.TdClassName
{
border-color: #4E5FCC;
}
.TagClassName
{
border-color: #4E5FCC;
}
</style>