Shades of Free Speech Blue #4F4BCD
Tints of Free Speech Blue #4F4BCD
RGB
CMYK
RGB Variations
Color information
#4F4BCD (or 0x4F4BCD) is known color: Free Speech Blue. HEX triplet: 4F, 4B and CD. RGB value is (79,75,205). Sum of RGB (Red+Green+Blue) = 79+75+205=359 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.01% from 359); Green value is 75 (29.69% from 255 or 20.89% from 359); Blue value is 205 (80.47% from 255 or 57.10% from 359); Max value from RGB is 205 - color contains mainly: blue. Hex color #4F4BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F4BCD is #B0B432. Grayscale: #5A5A5A. Windows color (decimal): -11580467 or 13454159. OLE color: 13454159.
HSL color Cylindrical-coordinate representation of color #4F4BCD: hue angle of 241.85º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F4BCD is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 75 | 205 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.20 |
| HSL | 241.85º | 0.57% | 0.55% | - |
| HSV(B) | 241.85º | 0.63% | 0.8% | - |
| XYZ | 16.76 | 11.1 | 59.02 | - |
| YUV | 91.02 | 192.33 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 75 | 205 | 0.61 | 0.63 | 0 | 0.20 | 241.85 | 0.57 | 0.55 |
| Hex | 4F | 4B | CD | 3D | 3F | 0 | 14 | F2 | 39 | 37 |
| Octal | 117 | 113 | 315 | 75 | 77 | 0 | 24 | 362 | 71 | 67 |
| Binary | 1001111 | 1001011 | 11001101 | 111101 | 111111 | 0 | 10100 | 11110010 | 111001 | 110111 |
Color Harmonies of #4F4BCD
Complementary color
Monochromatic Colors of #4F4BCD
Black with #4F4BCD
Text Example
Text Example
White with #4F4BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4BCD; }
p { color: rgb(79,75,205); }
H1.HeaderClassName
{
color: #4F4BCD;
}
.AnyTagClassName
{
color: #4F4BCD;
}
</style>
background-color css
<style>
a { background-color: #4F4BCD; }
a { background-color: rgb(79,75,205); }
div.DivClassName
{
background-color: #4F4BCD;
}
.BgClassName
{
background-color: #4F4BCD;
}
</style>
border-color css
<style>
span { border-color: #4F4BCD; }
span { border-color: rgb(79,75,205); }
td.TdClassName
{
border-color: #4F4BCD;
}
.TagClassName
{
border-color: #4F4BCD;
}
</style>