Shades of Free Speech Blue #4F54CE
Tints of Free Speech Blue #4F54CE
RGB
CMYK
RGB Variations
Color information
#4F54CE (or 0x4F54CE) is known color: Free Speech Blue. HEX triplet: 4F, 54 and CE. RGB value is (79,84,206). Sum of RGB (Red+Green+Blue) = 79+84+206=369 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.41% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #4F54CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F54CE is #B0AB31. Grayscale: #5F5F5F. Windows color (decimal): -11578162 or 13521999. OLE color: 13521999.
HSL color Cylindrical-coordinate representation of color #4F54CE: hue angle of 237.64º 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 #4F54CE is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 84 | 206 | - |
| CMYK | 0.62 | 0.59 | 0 | 0.19 |
| HSL | 237.64º | 0.56% | 0.56% | - |
| HSV(B) | 237.64º | 0.62% | 0.81% | - |
| XYZ | 17.54 | 12.46 | 59.87 | - |
| YUV | 96.41 | 189.84 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 84 | 206 | 0.62 | 0.59 | 0 | 0.19 | 237.64 | 0.56 | 0.56 |
| Hex | 4F | 54 | CE | 3E | 3B | 0 | 13 | EE | 38 | 38 |
| Octal | 117 | 124 | 316 | 76 | 73 | 0 | 23 | 356 | 70 | 70 |
| Binary | 1001111 | 1010100 | 11001110 | 111110 | 111011 | 0 | 10011 | 11101110 | 111000 | 111000 |
Color Harmonies of #4F54CE
Complementary color
Monochromatic Colors of #4F54CE
Black with #4F54CE
Text Example
Text Example
White with #4F54CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F54CE; }
p { color: rgb(79,84,206); }
H1.HeaderClassName
{
color: #4F54CE;
}
.AnyTagClassName
{
color: #4F54CE;
}
</style>
background-color css
<style>
a { background-color: #4F54CE; }
a { background-color: rgb(79,84,206); }
div.DivClassName
{
background-color: #4F54CE;
}
.BgClassName
{
background-color: #4F54CE;
}
</style>
border-color css
<style>
span { border-color: #4F54CE; }
span { border-color: rgb(79,84,206); }
td.TdClassName
{
border-color: #4F54CE;
}
.TagClassName
{
border-color: #4F54CE;
}
</style>