Shades of Free Speech Blue #4D4FCE
Tints of Free Speech Blue #4D4FCE
RGB
CMYK
RGB Variations
Color information
#4D4FCE (or 0x4D4FCE) is known color: Free Speech Blue. HEX triplet: 4D, 4F and CE. RGB value is (77,79,206). Sum of RGB (Red+Green+Blue) = 77+79+206=362 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.27% from 362); Green value is 79 (31.25% from 255 or 21.82% 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 #4D4FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D4FCE is #B2B031. Grayscale: #5C5C5C. Windows color (decimal): -11710514 or 13520717. OLE color: 13520717.
HSL color Cylindrical-coordinate representation of color #4D4FCE: hue angle of 239.07º 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 #4D4FCE is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 79 | 206 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.19 |
| HSL | 239.07º | 0.57% | 0.55% | - |
| HSV(B) | 239.07º | 0.63% | 0.81% | - |
| XYZ | 17 | 11.63 | 59.74 | - |
| YUV | 92.88 | 191.84 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 79 | 206 | 0.63 | 0.62 | 0 | 0.19 | 239.07 | 0.57 | 0.55 |
| Hex | 4D | 4F | CE | 3F | 3E | 0 | 13 | EF | 39 | 37 |
| Octal | 115 | 117 | 316 | 77 | 76 | 0 | 23 | 357 | 71 | 67 |
| Binary | 1001101 | 1001111 | 11001110 | 111111 | 111110 | 0 | 10011 | 11101111 | 111001 | 110111 |
Color Harmonies of #4D4FCE
Complementary color
Monochromatic Colors of #4D4FCE
Black with #4D4FCE
Text Example
Text Example
White with #4D4FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4FCE; }
p { color: rgb(77,79,206); }
H1.HeaderClassName
{
color: #4D4FCE;
}
.AnyTagClassName
{
color: #4D4FCE;
}
</style>
background-color css
<style>
a { background-color: #4D4FCE; }
a { background-color: rgb(77,79,206); }
div.DivClassName
{
background-color: #4D4FCE;
}
.BgClassName
{
background-color: #4D4FCE;
}
</style>
border-color css
<style>
span { border-color: #4D4FCE; }
span { border-color: rgb(77,79,206); }
td.TdClassName
{
border-color: #4D4FCE;
}
.TagClassName
{
border-color: #4D4FCE;
}
</style>