Shades of Free Speech Blue #493ACD
Tints of Free Speech Blue #493ACD
RGB
CMYK
RGB Variations
Color information
#493ACD (or 0x493ACD) is known color: Free Speech Blue. HEX triplet: 49, 3A and CD. RGB value is (73,58,205). Sum of RGB (Red+Green+Blue) = 73+58+205=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #493ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493ACD is #B6C532. Grayscale: #4E4E4E. Windows color (decimal): -11978035 or 13449801. OLE color: 13449801.
HSL color Cylindrical-coordinate representation of color #493ACD: hue angle of 246.12º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #493ACD is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 58 | 205 | - |
| CMYK | 0.64 | 0.72 | 0 | 0.20 |
| HSL | 246.12º | 0.6% | 0.52% | - |
| HSV(B) | 246.12º | 0.72% | 0.8% | - |
| XYZ | 15.28 | 8.85 | 58.66 | - |
| YUV | 79.24 | 198.97 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 58 | 205 | 0.64 | 0.72 | 0 | 0.20 | 246.12 | 0.6 | 0.52 |
| Hex | 49 | 3A | CD | 40 | 48 | 0 | 14 | F6 | 3C | 34 |
| Octal | 111 | 72 | 315 | 100 | 110 | 0 | 24 | 366 | 74 | 64 |
| Binary | 1001001 | 111010 | 11001101 | 1000000 | 1001000 | 0 | 10100 | 11110110 | 111100 | 110100 |
Color Harmonies of #493ACD
Complementary color
Monochromatic Colors of #493ACD
Black with #493ACD
Text Example
Text Example
White with #493ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493ACD; }
p { color: rgb(73,58,205); }
H1.HeaderClassName
{
color: #493ACD;
}
.AnyTagClassName
{
color: #493ACD;
}
</style>
background-color css
<style>
a { background-color: #493ACD; }
a { background-color: rgb(73,58,205); }
div.DivClassName
{
background-color: #493ACD;
}
.BgClassName
{
background-color: #493ACD;
}
</style>
border-color css
<style>
span { border-color: #493ACD; }
span { border-color: rgb(73,58,205); }
td.TdClassName
{
border-color: #493ACD;
}
.TagClassName
{
border-color: #493ACD;
}
</style>