Shades of Free Speech Blue #495DCC
Tints of Free Speech Blue #495DCC
RGB
CMYK
RGB Variations
Color information
#495DCC (or 0x495DCC) is known color: Free Speech Blue. HEX triplet: 49, 5D and CC. RGB value is (73,93,204). Sum of RGB (Red+Green+Blue) = 73+93+204=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #495DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495DCC is #B6A233. Grayscale: #636363. Windows color (decimal): -11969076 or 13393225. OLE color: 13393225.
HSL color Cylindrical-coordinate representation of color #495DCC: hue angle of 230.84º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #495DCC is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 93 | 204 | - |
| CMYK | 0.64 | 0.54 | 0 | 0.2 |
| HSL | 230.84º | 0.56% | 0.54% | - |
| HSV(B) | 230.84º | 0.64% | 0.8% | - |
| XYZ | 17.56 | 13.6 | 58.83 | - |
| YUV | 99.67 | 186.87 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 93 | 204 | 0.64 | 0.54 | 0 | 0.2 | 230.84 | 0.56 | 0.54 |
| Hex | 49 | 5D | CC | 40 | 36 | 0 | 14 | E7 | 38 | 36 |
| Octal | 111 | 135 | 314 | 100 | 66 | 0 | 24 | 347 | 70 | 66 |
| Binary | 1001001 | 1011101 | 11001100 | 1000000 | 110110 | 0 | 10100 | 11100111 | 111000 | 110110 |
Color Harmonies of #495DCC
Complementary color
Monochromatic Colors of #495DCC
Black with #495DCC
Text Example
Text Example
White with #495DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495DCC; }
p { color: rgb(73,93,204); }
H1.HeaderClassName
{
color: #495DCC;
}
.AnyTagClassName
{
color: #495DCC;
}
</style>
background-color css
<style>
a { background-color: #495DCC; }
a { background-color: rgb(73,93,204); }
div.DivClassName
{
background-color: #495DCC;
}
.BgClassName
{
background-color: #495DCC;
}
</style>
border-color css
<style>
span { border-color: #495DCC; }
span { border-color: rgb(73,93,204); }
td.TdClassName
{
border-color: #495DCC;
}
.TagClassName
{
border-color: #495DCC;
}
</style>