Shades of Free Speech Blue #493BD2
Tints of Free Speech Blue #493BD2
RGB
CMYK
RGB Variations
Color information
#493BD2 (or 0x493BD2) is known color: Free Speech Blue. HEX triplet: 49, 3B and D2. RGB value is (73,59,210). Sum of RGB (Red+Green+Blue) = 73+59+210=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 59 (23.44% from 255 or 17.25% from 342); Blue value is 210 (82.42% from 255 or 61.40% from 342); Max value from RGB is 210 - color contains mainly: blue. Hex color #493BD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493BD2 is #B6C42D. Grayscale: #4F4F4F. Windows color (decimal): -11977774 or 13777737. OLE color: 13777737.
HSL color Cylindrical-coordinate representation of color #493BD2: hue angle of 245.56º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #493BD2 is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 59 | 210 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.18 |
| HSL | 245.56º | 0.63% | 0.53% | - |
| HSV(B) | 245.56º | 0.72% | 0.82% | - |
| XYZ | 15.94 | 9.2 | 61.91 | - |
| YUV | 80.4 | 201.14 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 59 | 210 | 0.65 | 0.72 | 0 | 0.18 | 245.56 | 0.63 | 0.53 |
| Hex | 49 | 3B | D2 | 41 | 48 | 0 | 12 | F6 | 3F | 35 |
| Octal | 111 | 73 | 322 | 101 | 110 | 0 | 22 | 366 | 77 | 65 |
| Binary | 1001001 | 111011 | 11010010 | 1000001 | 1001000 | 0 | 10010 | 11110110 | 111111 | 110101 |
Color Harmonies of #493BD2
Complementary color
Monochromatic Colors of #493BD2
Black with #493BD2
Text Example
Text Example
White with #493BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493BD2; }
p { color: rgb(73,59,210); }
H1.HeaderClassName
{
color: #493BD2;
}
.AnyTagClassName
{
color: #493BD2;
}
</style>
background-color css
<style>
a { background-color: #493BD2; }
a { background-color: rgb(73,59,210); }
div.DivClassName
{
background-color: #493BD2;
}
.BgClassName
{
background-color: #493BD2;
}
</style>
border-color css
<style>
span { border-color: #493BD2; }
span { border-color: rgb(73,59,210); }
td.TdClassName
{
border-color: #493BD2;
}
.TagClassName
{
border-color: #493BD2;
}
</style>