Shades of Free Speech Blue #4F4DCE
Tints of Free Speech Blue #4F4DCE
RGB
CMYK
RGB Variations
Color information
#4F4DCE (or 0x4F4DCE) is known color: Free Speech Blue. HEX triplet: 4F, 4D and CE. RGB value is (79,77,206). Sum of RGB (Red+Green+Blue) = 79+77+206=362 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.82% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #4F4DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F4DCE is #B0B231. Grayscale: #5B5B5B. Windows color (decimal): -11579954 or 13520207. OLE color: 13520207.
HSL color Cylindrical-coordinate representation of color #4F4DCE: hue angle of 240.93º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F4DCE is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 77 | 206 | - |
| CMYK | 0.62 | 0.63 | 0 | 0.19 |
| HSL | 240.93º | 0.57% | 0.55% | - |
| HSV(B) | 240.93º | 0.63% | 0.81% | - |
| XYZ | 17.02 | 11.43 | 59.7 | - |
| YUV | 92.3 | 192.16 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 77 | 206 | 0.62 | 0.63 | 0 | 0.19 | 240.93 | 0.57 | 0.55 |
| Hex | 4F | 4D | CE | 3E | 3F | 0 | 13 | F1 | 39 | 37 |
| Octal | 117 | 115 | 316 | 76 | 77 | 0 | 23 | 361 | 71 | 67 |
| Binary | 1001111 | 1001101 | 11001110 | 111110 | 111111 | 0 | 10011 | 11110001 | 111001 | 110111 |
Color Harmonies of #4F4DCE
Complementary color
Monochromatic Colors of #4F4DCE
Black with #4F4DCE
Text Example
Text Example
White with #4F4DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4DCE; }
p { color: rgb(79,77,206); }
H1.HeaderClassName
{
color: #4F4DCE;
}
.AnyTagClassName
{
color: #4F4DCE;
}
</style>
background-color css
<style>
a { background-color: #4F4DCE; }
a { background-color: rgb(79,77,206); }
div.DivClassName
{
background-color: #4F4DCE;
}
.BgClassName
{
background-color: #4F4DCE;
}
</style>
border-color css
<style>
span { border-color: #4F4DCE; }
span { border-color: rgb(79,77,206); }
td.TdClassName
{
border-color: #4F4DCE;
}
.TagClassName
{
border-color: #4F4DCE;
}
</style>