Shades of Free Speech Blue #493CCD
Tints of Free Speech Blue #493CCD
RGB
CMYK
RGB Variations
Color information
#493CCD (or 0x493CCD) is known color: Free Speech Blue. HEX triplet: 49, 3C and CD. RGB value is (73,60,205). Sum of RGB (Red+Green+Blue) = 73+60+205=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 205 (80.47% from 255 or 60.65% from 338); Max value from RGB is 205 - color contains mainly: blue. Hex color #493CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493CCD is #B6C332. Grayscale: #4F4F4F. Windows color (decimal): -11977523 or 13450313. OLE color: 13450313.
HSL color Cylindrical-coordinate representation of color #493CCD: hue angle of 245.38º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #493CCD is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 60 | 205 | - |
| CMYK | 0.64 | 0.71 | 0 | 0.20 |
| HSL | 245.38º | 0.59% | 0.52% | - |
| HSV(B) | 245.38º | 0.71% | 0.8% | - |
| XYZ | 15.38 | 9.06 | 58.69 | - |
| YUV | 80.42 | 198.31 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 205 | 0.64 | 0.71 | 0 | 0.20 | 245.38 | 0.59 | 0.52 |
| Hex | 49 | 3C | CD | 40 | 47 | 0 | 14 | F5 | 3B | 34 |
| Octal | 111 | 74 | 315 | 100 | 107 | 0 | 24 | 365 | 73 | 64 |
| Binary | 1001001 | 111100 | 11001101 | 1000000 | 1000111 | 0 | 10100 | 11110101 | 111011 | 110100 |
Color Harmonies of #493CCD
Complementary color
Monochromatic Colors of #493CCD
Black with #493CCD
Text Example
Text Example
White with #493CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493CCD; }
p { color: rgb(73,60,205); }
H1.HeaderClassName
{
color: #493CCD;
}
.AnyTagClassName
{
color: #493CCD;
}
</style>
background-color css
<style>
a { background-color: #493CCD; }
a { background-color: rgb(73,60,205); }
div.DivClassName
{
background-color: #493CCD;
}
.BgClassName
{
background-color: #493CCD;
}
</style>
border-color css
<style>
span { border-color: #493CCD; }
span { border-color: rgb(73,60,205); }
td.TdClassName
{
border-color: #493CCD;
}
.TagClassName
{
border-color: #493CCD;
}
</style>