Shades of Free Speech Blue #493ECB
Tints of Free Speech Blue #493ECB
RGB
CMYK
RGB Variations
Color information
#493ECB (or 0x493ECB) is known color: Free Speech Blue. HEX triplet: 49, 3E and CB. RGB value is (73,62,203). Sum of RGB (Red+Green+Blue) = 73+62+203=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 62 (24.61% from 255 or 18.34% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #493ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493ECB is #B6C134. Grayscale: #505050. Windows color (decimal): -11977013 or 13319753. OLE color: 13319753.
HSL color Cylindrical-coordinate representation of color #493ECB: hue angle of 244.68º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #493ECB is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 62 | 203 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.20 |
| HSL | 244.68º | 0.58% | 0.52% | - |
| HSV(B) | 244.68º | 0.69% | 0.8% | - |
| XYZ | 15.25 | 9.17 | 57.47 | - |
| YUV | 81.36 | 196.64 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 62 | 203 | 0.64 | 0.69 | 0 | 0.20 | 244.68 | 0.58 | 0.52 |
| Hex | 49 | 3E | CB | 40 | 45 | 0 | 14 | F5 | 3A | 34 |
| Octal | 111 | 76 | 313 | 100 | 105 | 0 | 24 | 365 | 72 | 64 |
| Binary | 1001001 | 111110 | 11001011 | 1000000 | 1000101 | 0 | 10100 | 11110101 | 111010 | 110100 |
Color Harmonies of #493ECB
Complementary color
Monochromatic Colors of #493ECB
Black with #493ECB
Text Example
Text Example
White with #493ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493ECB; }
p { color: rgb(73,62,203); }
H1.HeaderClassName
{
color: #493ECB;
}
.AnyTagClassName
{
color: #493ECB;
}
</style>
background-color css
<style>
a { background-color: #493ECB; }
a { background-color: rgb(73,62,203); }
div.DivClassName
{
background-color: #493ECB;
}
.BgClassName
{
background-color: #493ECB;
}
</style>
border-color css
<style>
span { border-color: #493ECB; }
span { border-color: rgb(73,62,203); }
td.TdClassName
{
border-color: #493ECB;
}
.TagClassName
{
border-color: #493ECB;
}
</style>