Shades of Free Speech Blue #495ACD
Tints of Free Speech Blue #495ACD
RGB
CMYK
RGB Variations
Color information
#495ACD (or 0x495ACD) is known color: Free Speech Blue. HEX triplet: 49, 5A and CD. RGB value is (73,90,205). Sum of RGB (Red+Green+Blue) = 73+90+205=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 205 (80.47% from 255 or 55.71% from 368); Max value from RGB is 205 - color contains mainly: blue. Hex color #495ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495ACD is #B6A532. Grayscale: #616161. Windows color (decimal): -11969843 or 13457993. OLE color: 13457993.
HSL color Cylindrical-coordinate representation of color #495ACD: hue angle of 232.27º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #495ACD is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 90 | 205 | - |
| CMYK | 0.64 | 0.56 | 0 | 0.20 |
| HSL | 232.27º | 0.57% | 0.55% | - |
| HSV(B) | 232.27º | 0.64% | 0.8% | - |
| XYZ | 17.42 | 13.14 | 59.37 | - |
| YUV | 98.03 | 188.37 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 205 | 0.64 | 0.56 | 0 | 0.20 | 232.27 | 0.57 | 0.55 |
| Hex | 49 | 5A | CD | 40 | 38 | 0 | 14 | E8 | 39 | 37 |
| Octal | 111 | 132 | 315 | 100 | 70 | 0 | 24 | 350 | 71 | 67 |
| Binary | 1001001 | 1011010 | 11001101 | 1000000 | 111000 | 0 | 10100 | 11101000 | 111001 | 110111 |
Color Harmonies of #495ACD
Complementary color
Monochromatic Colors of #495ACD
Black with #495ACD
Text Example
Text Example
White with #495ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495ACD; }
p { color: rgb(73,90,205); }
H1.HeaderClassName
{
color: #495ACD;
}
.AnyTagClassName
{
color: #495ACD;
}
</style>
background-color css
<style>
a { background-color: #495ACD; }
a { background-color: rgb(73,90,205); }
div.DivClassName
{
background-color: #495ACD;
}
.BgClassName
{
background-color: #495ACD;
}
</style>
border-color css
<style>
span { border-color: #495ACD; }
span { border-color: rgb(73,90,205); }
td.TdClassName
{
border-color: #495ACD;
}
.TagClassName
{
border-color: #495ACD;
}
</style>