Shades of Free Speech Blue #4F68CB
Tints of Free Speech Blue #4F68CB
RGB
CMYK
RGB Variations
Color information
#4F68CB (or 0x4F68CB) is known color: Free Speech Blue. HEX triplet: 4F, 68 and CB. RGB value is (79,104,203). Sum of RGB (Red+Green+Blue) = 79+104+203=386 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.47% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F68CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F68CB is #B09734. Grayscale: #6B6B6B. Windows color (decimal): -11573045 or 13330511. OLE color: 13330511.
HSL color Cylindrical-coordinate representation of color #4F68CB: hue angle of 227.9º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F68CB is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 104 | 203 | - |
| CMYK | 0.61 | 0.49 | 0 | 0.20 |
| HSL | 227.9º | 0.54% | 0.55% | - |
| HSV(B) | 227.9º | 0.61% | 0.8% | - |
| XYZ | 18.95 | 15.87 | 58.57 | - |
| YUV | 107.81 | 181.72 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 104 | 203 | 0.61 | 0.49 | 0 | 0.20 | 227.9 | 0.54 | 0.55 |
| Hex | 4F | 68 | CB | 3D | 31 | 0 | 14 | E4 | 36 | 37 |
| Octal | 117 | 150 | 313 | 75 | 61 | 0 | 24 | 344 | 66 | 67 |
| Binary | 1001111 | 1101000 | 11001011 | 111101 | 110001 | 0 | 10100 | 11100100 | 110110 | 110111 |
Color Harmonies of #4F68CB
Complementary color
Monochromatic Colors of #4F68CB
Black with #4F68CB
Text Example
Text Example
White with #4F68CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F68CB; }
p { color: rgb(79,104,203); }
H1.HeaderClassName
{
color: #4F68CB;
}
.AnyTagClassName
{
color: #4F68CB;
}
</style>
background-color css
<style>
a { background-color: #4F68CB; }
a { background-color: rgb(79,104,203); }
div.DivClassName
{
background-color: #4F68CB;
}
.BgClassName
{
background-color: #4F68CB;
}
</style>
border-color css
<style>
span { border-color: #4F68CB; }
span { border-color: rgb(79,104,203); }
td.TdClassName
{
border-color: #4F68CB;
}
.TagClassName
{
border-color: #4F68CB;
}
</style>