Shades of Free Speech Blue #4E63CF
Tints of Free Speech Blue #4E63CF
RGB
CMYK
RGB Variations
Color information
#4E63CF (or 0x4E63CF) is known color: Free Speech Blue. HEX triplet: 4E, 63 and CF. RGB value is (78,99,207). Sum of RGB (Red+Green+Blue) = 78+99+207=384 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.31% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #4E63CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E63CF is #B19C30. Grayscale: #686868. Windows color (decimal): -11639857 or 13591374. OLE color: 13591374.
HSL color Cylindrical-coordinate representation of color #4E63CF: hue angle of 230.23º 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 #4E63CF is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 99 | 207 | - |
| CMYK | 0.62 | 0.52 | 0 | 0.19 |
| HSL | 230.23º | 0.57% | 0.56% | - |
| HSV(B) | 230.23º | 0.62% | 0.81% | - |
| XYZ | 18.87 | 15.05 | 60.94 | - |
| YUV | 105.03 | 185.54 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 99 | 207 | 0.62 | 0.52 | 0 | 0.19 | 230.23 | 0.57 | 0.56 |
| Hex | 4E | 63 | CF | 3E | 34 | 0 | 13 | E6 | 39 | 38 |
| Octal | 116 | 143 | 317 | 76 | 64 | 0 | 23 | 346 | 71 | 70 |
| Binary | 1001110 | 1100011 | 11001111 | 111110 | 110100 | 0 | 10011 | 11100110 | 111001 | 111000 |
Color Harmonies of #4E63CF
Complementary color
Monochromatic Colors of #4E63CF
Black with #4E63CF
Text Example
Text Example
White with #4E63CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E63CF; }
p { color: rgb(78,99,207); }
H1.HeaderClassName
{
color: #4E63CF;
}
.AnyTagClassName
{
color: #4E63CF;
}
</style>
background-color css
<style>
a { background-color: #4E63CF; }
a { background-color: rgb(78,99,207); }
div.DivClassName
{
background-color: #4E63CF;
}
.BgClassName
{
background-color: #4E63CF;
}
</style>
border-color css
<style>
span { border-color: #4E63CF; }
span { border-color: rgb(78,99,207); }
td.TdClassName
{
border-color: #4E63CF;
}
.TagClassName
{
border-color: #4E63CF;
}
</style>