Shades of Free Speech Blue #493DC8
Tints of Free Speech Blue #493DC8
RGB
CMYK
RGB Variations
Color information
#493DC8 (or 0x493DC8) is known color: Free Speech Blue. HEX triplet: 49, 3D and C8. RGB value is (73,61,200). Sum of RGB (Red+Green+Blue) = 73+61+200=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 200 (78.52% from 255 or 59.88% from 334); Max value from RGB is 200 - color contains mainly: blue. Hex color #493DC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493DC8 is #B6C237. Grayscale: #4F4F4F. Windows color (decimal): -11977272 or 13122889. OLE color: 13122889.
HSL color Cylindrical-coordinate representation of color #493DC8: hue angle of 245.18º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #493DC8 is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 61 | 200 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.22 |
| HSL | 245.18º | 0.56% | 0.51% | - |
| HSV(B) | 245.18º | 0.7% | 0.78% | - |
| XYZ | 14.84 | 8.92 | 55.58 | - |
| YUV | 80.43 | 195.48 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 200 | 0.64 | 0.69 | 0 | 0.22 | 245.18 | 0.56 | 0.51 |
| Hex | 49 | 3D | C8 | 40 | 45 | 0 | 16 | F5 | 38 | 33 |
| Octal | 111 | 75 | 310 | 100 | 105 | 0 | 26 | 365 | 70 | 63 |
| Binary | 1001001 | 111101 | 11001000 | 1000000 | 1000101 | 0 | 10110 | 11110101 | 111000 | 110011 |
Color Harmonies of #493DC8
Complementary color
Monochromatic Colors of #493DC8
Black with #493DC8
Text Example
Text Example
White with #493DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493DC8; }
p { color: rgb(73,61,200); }
H1.HeaderClassName
{
color: #493DC8;
}
.AnyTagClassName
{
color: #493DC8;
}
</style>
background-color css
<style>
a { background-color: #493DC8; }
a { background-color: rgb(73,61,200); }
div.DivClassName
{
background-color: #493DC8;
}
.BgClassName
{
background-color: #493DC8;
}
</style>
border-color css
<style>
span { border-color: #493DC8; }
span { border-color: rgb(73,61,200); }
td.TdClassName
{
border-color: #493DC8;
}
.TagClassName
{
border-color: #493DC8;
}
</style>