Shades of Free Speech Blue #495ACC
Tints of Free Speech Blue #495ACC
RGB
CMYK
RGB Variations
Color information
#495ACC (or 0x495ACC) is known color: Free Speech Blue. HEX triplet: 49, 5A and CC. RGB value is (73,90,204). Sum of RGB (Red+Green+Blue) = 73+90+204=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #495ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495ACC is #B6A533. Grayscale: #616161. Windows color (decimal): -11969844 or 13392457. OLE color: 13392457.
HSL color Cylindrical-coordinate representation of color #495ACC: hue angle of 232.21º 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 #495ACC is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 90 | 204 | - |
| CMYK | 0.64 | 0.56 | 0 | 0.2 |
| HSL | 232.21º | 0.56% | 0.54% | - |
| HSV(B) | 232.21º | 0.64% | 0.8% | - |
| XYZ | 17.3 | 13.09 | 58.74 | - |
| YUV | 97.91 | 187.87 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 204 | 0.64 | 0.56 | 0 | 0.2 | 232.21 | 0.56 | 0.54 |
| Hex | 49 | 5A | CC | 40 | 38 | 0 | 14 | E8 | 38 | 36 |
| Octal | 111 | 132 | 314 | 100 | 70 | 0 | 24 | 350 | 70 | 66 |
| Binary | 1001001 | 1011010 | 11001100 | 1000000 | 111000 | 0 | 10100 | 11101000 | 111000 | 110110 |
Color Harmonies of #495ACC
Complementary color
Monochromatic Colors of #495ACC
Black with #495ACC
Text Example
Text Example
White with #495ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495ACC; }
p { color: rgb(73,90,204); }
H1.HeaderClassName
{
color: #495ACC;
}
.AnyTagClassName
{
color: #495ACC;
}
</style>
background-color css
<style>
a { background-color: #495ACC; }
a { background-color: rgb(73,90,204); }
div.DivClassName
{
background-color: #495ACC;
}
.BgClassName
{
background-color: #495ACC;
}
</style>
border-color css
<style>
span { border-color: #495ACC; }
span { border-color: rgb(73,90,204); }
td.TdClassName
{
border-color: #495ACC;
}
.TagClassName
{
border-color: #495ACC;
}
</style>