Shades of Free Speech Blue #4F50CE
Tints of Free Speech Blue #4F50CE
RGB
CMYK
RGB Variations
Color information
#4F50CE (or 0x4F50CE) is known color: Free Speech Blue. HEX triplet: 4F, 50 and CE. RGB value is (79,80,206). Sum of RGB (Red+Green+Blue) = 79+80+206=365 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.64% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #4F50CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F50CE is #B0AF31. Grayscale: #5D5D5D. Windows color (decimal): -11579186 or 13520975. OLE color: 13520975.
HSL color Cylindrical-coordinate representation of color #4F50CE: hue angle of 239.53º degrees, saturation: 0.56, 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 #4F50CE is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 80 | 206 | - |
| CMYK | 0.62 | 0.61 | 0 | 0.19 |
| HSL | 239.53º | 0.56% | 0.56% | - |
| HSV(B) | 239.53º | 0.62% | 0.81% | - |
| XYZ | 17.23 | 11.86 | 59.77 | - |
| YUV | 94.07 | 191.17 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 80 | 206 | 0.62 | 0.61 | 0 | 0.19 | 239.53 | 0.56 | 0.56 |
| Hex | 4F | 50 | CE | 3E | 3D | 0 | 13 | F0 | 38 | 38 |
| Octal | 117 | 120 | 316 | 76 | 75 | 0 | 23 | 360 | 70 | 70 |
| Binary | 1001111 | 1010000 | 11001110 | 111110 | 111101 | 0 | 10011 | 11110000 | 111000 | 111000 |
Color Harmonies of #4F50CE
Complementary color
Monochromatic Colors of #4F50CE
Black with #4F50CE
Text Example
Text Example
White with #4F50CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F50CE; }
p { color: rgb(79,80,206); }
H1.HeaderClassName
{
color: #4F50CE;
}
.AnyTagClassName
{
color: #4F50CE;
}
</style>
background-color css
<style>
a { background-color: #4F50CE; }
a { background-color: rgb(79,80,206); }
div.DivClassName
{
background-color: #4F50CE;
}
.BgClassName
{
background-color: #4F50CE;
}
</style>
border-color css
<style>
span { border-color: #4F50CE; }
span { border-color: rgb(79,80,206); }
td.TdClassName
{
border-color: #4F50CE;
}
.TagClassName
{
border-color: #4F50CE;
}
</style>