Shades of Free Speech Blue #4F4ECE
Tints of Free Speech Blue #4F4ECE
RGB
CMYK
RGB Variations
Color information
#4F4ECE (or 0x4F4ECE) is known color: Free Speech Blue. HEX triplet: 4F, 4E and CE. RGB value is (79,78,206). Sum of RGB (Red+Green+Blue) = 79+78+206=363 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.76% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #4F4ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F4ECE is #B0B131. Grayscale: #5C5C5C. Windows color (decimal): -11579698 or 13520463. OLE color: 13520463.
HSL color Cylindrical-coordinate representation of color #4F4ECE: hue angle of 240.47º 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 #4F4ECE is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 78 | 206 | - |
| CMYK | 0.62 | 0.62 | 0 | 0.19 |
| HSL | 240.47º | 0.57% | 0.56% | - |
| HSV(B) | 240.47º | 0.62% | 0.81% | - |
| XYZ | 17.09 | 11.57 | 59.72 | - |
| YUV | 92.89 | 191.83 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 78 | 206 | 0.62 | 0.62 | 0 | 0.19 | 240.47 | 0.57 | 0.56 |
| Hex | 4F | 4E | CE | 3E | 3E | 0 | 13 | F0 | 39 | 38 |
| Octal | 117 | 116 | 316 | 76 | 76 | 0 | 23 | 360 | 71 | 70 |
| Binary | 1001111 | 1001110 | 11001110 | 111110 | 111110 | 0 | 10011 | 11110000 | 111001 | 111000 |
Color Harmonies of #4F4ECE
Complementary color
Monochromatic Colors of #4F4ECE
Black with #4F4ECE
Text Example
Text Example
White with #4F4ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4ECE; }
p { color: rgb(79,78,206); }
H1.HeaderClassName
{
color: #4F4ECE;
}
.AnyTagClassName
{
color: #4F4ECE;
}
</style>
background-color css
<style>
a { background-color: #4F4ECE; }
a { background-color: rgb(79,78,206); }
div.DivClassName
{
background-color: #4F4ECE;
}
.BgClassName
{
background-color: #4F4ECE;
}
</style>
border-color css
<style>
span { border-color: #4F4ECE; }
span { border-color: rgb(79,78,206); }
td.TdClassName
{
border-color: #4F4ECE;
}
.TagClassName
{
border-color: #4F4ECE;
}
</style>