Shades of Free Speech Blue #493BBC
Tints of Free Speech Blue #493BBC
RGB
CMYK
RGB Variations
Color information
#493BBC (or 0x493BBC) is known color: Free Speech Blue. HEX triplet: 49, 3B and BC. RGB value is (73,59,188). Sum of RGB (Red+Green+Blue) = 73+59+188=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 59 (23.44% from 255 or 18.44% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #493BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493BBC is #B6C443. Grayscale: #4D4D4D. Windows color (decimal): -11977796 or 12335945. OLE color: 12335945.
HSL color Cylindrical-coordinate representation of color #493BBC: hue angle of 246.51º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #493BBC is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 59 | 188 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.26 |
| HSL | 246.51º | 0.52% | 0.48% | - |
| HSV(B) | 246.51º | 0.69% | 0.74% | - |
| XYZ | 13.39 | 8.18 | 48.45 | - |
| YUV | 77.89 | 190.14 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 59 | 188 | 0.61 | 0.69 | 0 | 0.26 | 246.51 | 0.52 | 0.48 |
| Hex | 49 | 3B | BC | 3D | 45 | 0 | 1A | F7 | 34 | 30 |
| Octal | 111 | 73 | 274 | 75 | 105 | 0 | 32 | 367 | 64 | 60 |
| Binary | 1001001 | 111011 | 10111100 | 111101 | 1000101 | 0 | 11010 | 11110111 | 110100 | 110000 |
Color Harmonies of #493BBC
Complementary color
Monochromatic Colors of #493BBC
Black with #493BBC
Text Example
Text Example
White with #493BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493BBC; }
p { color: rgb(73,59,188); }
H1.HeaderClassName
{
color: #493BBC;
}
.AnyTagClassName
{
color: #493BBC;
}
</style>
background-color css
<style>
a { background-color: #493BBC; }
a { background-color: rgb(73,59,188); }
div.DivClassName
{
background-color: #493BBC;
}
.BgClassName
{
background-color: #493BBC;
}
</style>
border-color css
<style>
span { border-color: #493BBC; }
span { border-color: rgb(73,59,188); }
td.TdClassName
{
border-color: #493BBC;
}
.TagClassName
{
border-color: #493BBC;
}
</style>