Shades of Free Speech Blue #4F4CDB
Tints of Free Speech Blue #4F4CDB
RGB
CMYK
RGB Variations
Color information
#4F4CDB (or 0x4F4CDB) is known color: Free Speech Blue. HEX triplet: 4F, 4C and DB. RGB value is (79,76,219). Sum of RGB (Red+Green+Blue) = 79+76+219=374 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.12% from 374); Green value is 76 (30.08% from 255 or 20.32% from 374); Blue value is 219 (85.94% from 255 or 58.56% from 374); Max value from RGB is 219 - color contains mainly: blue. Hex color #4F4CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F4CDB is #B0B324. Grayscale: #5C5C5C. Windows color (decimal): -11580197 or 14371919. OLE color: 14371919.
HSL color Cylindrical-coordinate representation of color #4F4CDB: hue angle of 241.26º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F4CDB is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 76 | 219 | - |
| CMYK | 0.64 | 0.65 | 0 | 0.14 |
| HSL | 241.26º | 0.67% | 0.58% | - |
| HSV(B) | 241.26º | 0.65% | 0.86% | - |
| XYZ | 18.6 | 11.95 | 68.34 | - |
| YUV | 93.2 | 198.99 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 76 | 219 | 0.64 | 0.65 | 0 | 0.14 | 241.26 | 0.67 | 0.58 |
| Hex | 4F | 4C | DB | 40 | 41 | 0 | E | F1 | 43 | 3A |
| Octal | 117 | 114 | 333 | 100 | 101 | 0 | 16 | 361 | 103 | 72 |
| Binary | 1001111 | 1001100 | 11011011 | 1000000 | 1000001 | 0 | 1110 | 11110001 | 1000011 | 111010 |
Color Harmonies of #4F4CDB
Complementary color
Monochromatic Colors of #4F4CDB
Black with #4F4CDB
Text Example
Text Example
White with #4F4CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4CDB; }
p { color: rgb(79,76,219); }
H1.HeaderClassName
{
color: #4F4CDB;
}
.AnyTagClassName
{
color: #4F4CDB;
}
</style>
background-color css
<style>
a { background-color: #4F4CDB; }
a { background-color: rgb(79,76,219); }
div.DivClassName
{
background-color: #4F4CDB;
}
.BgClassName
{
background-color: #4F4CDB;
}
</style>
border-color css
<style>
span { border-color: #4F4CDB; }
span { border-color: rgb(79,76,219); }
td.TdClassName
{
border-color: #4F4CDB;
}
.TagClassName
{
border-color: #4F4CDB;
}
</style>