Shades of Free Speech Blue #493CCB
Tints of Free Speech Blue #493CCB
RGB
CMYK
RGB Variations
Color information
#493CCB (or 0x493CCB) is known color: Free Speech Blue. HEX triplet: 49, 3C and CB. RGB value is (73,60,203). Sum of RGB (Red+Green+Blue) = 73+60+203=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #493CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493CCB is #B6C334. Grayscale: #4F4F4F. Windows color (decimal): -11977525 or 13319241. OLE color: 13319241.
HSL color Cylindrical-coordinate representation of color #493CCB: hue angle of 245.45º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #493CCB is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 60 | 203 | - |
| CMYK | 0.64 | 0.70 | 0 | 0.20 |
| HSL | 245.45º | 0.58% | 0.52% | - |
| HSV(B) | 245.45º | 0.7% | 0.8% | - |
| XYZ | 15.14 | 8.96 | 57.43 | - |
| YUV | 80.19 | 197.31 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 203 | 0.64 | 0.70 | 0 | 0.20 | 245.45 | 0.58 | 0.52 |
| Hex | 49 | 3C | CB | 40 | 46 | 0 | 14 | F5 | 3A | 34 |
| Octal | 111 | 74 | 313 | 100 | 106 | 0 | 24 | 365 | 72 | 64 |
| Binary | 1001001 | 111100 | 11001011 | 1000000 | 1000110 | 0 | 10100 | 11110101 | 111010 | 110100 |
Color Harmonies of #493CCB
Complementary color
Monochromatic Colors of #493CCB
Black with #493CCB
Text Example
Text Example
White with #493CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493CCB; }
p { color: rgb(73,60,203); }
H1.HeaderClassName
{
color: #493CCB;
}
.AnyTagClassName
{
color: #493CCB;
}
</style>
background-color css
<style>
a { background-color: #493CCB; }
a { background-color: rgb(73,60,203); }
div.DivClassName
{
background-color: #493CCB;
}
.BgClassName
{
background-color: #493CCB;
}
</style>
border-color css
<style>
span { border-color: #493CCB; }
span { border-color: rgb(73,60,203); }
td.TdClassName
{
border-color: #493CCB;
}
.TagClassName
{
border-color: #493CCB;
}
</style>