Shades of Free Speech Blue #495FCC
Tints of Free Speech Blue #495FCC
RGB
CMYK
RGB Variations
Color information
#495FCC (or 0x495FCC) is known color: Free Speech Blue. HEX triplet: 49, 5F and CC. RGB value is (73,95,204). Sum of RGB (Red+Green+Blue) = 73+95+204=372 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.62% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #495FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495FCC is #B6A033. Grayscale: #646464. Windows color (decimal): -11968564 or 13393737. OLE color: 13393737.
HSL color Cylindrical-coordinate representation of color #495FCC: hue angle of 229.92º 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 #495FCC is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 95 | 204 | - |
| CMYK | 0.64 | 0.53 | 0 | 0.2 |
| HSL | 229.92º | 0.56% | 0.54% | - |
| HSV(B) | 229.92º | 0.64% | 0.8% | - |
| XYZ | 17.74 | 13.96 | 58.89 | - |
| YUV | 100.85 | 186.21 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 95 | 204 | 0.64 | 0.53 | 0 | 0.2 | 229.92 | 0.56 | 0.54 |
| Hex | 49 | 5F | CC | 40 | 35 | 0 | 14 | E6 | 38 | 36 |
| Octal | 111 | 137 | 314 | 100 | 65 | 0 | 24 | 346 | 70 | 66 |
| Binary | 1001001 | 1011111 | 11001100 | 1000000 | 110101 | 0 | 10100 | 11100110 | 111000 | 110110 |
Color Harmonies of #495FCC
Complementary color
Monochromatic Colors of #495FCC
Black with #495FCC
Text Example
Text Example
White with #495FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495FCC; }
p { color: rgb(73,95,204); }
H1.HeaderClassName
{
color: #495FCC;
}
.AnyTagClassName
{
color: #495FCC;
}
</style>
background-color css
<style>
a { background-color: #495FCC; }
a { background-color: rgb(73,95,204); }
div.DivClassName
{
background-color: #495FCC;
}
.BgClassName
{
background-color: #495FCC;
}
</style>
border-color css
<style>
span { border-color: #495FCC; }
span { border-color: rgb(73,95,204); }
td.TdClassName
{
border-color: #495FCC;
}
.TagClassName
{
border-color: #495FCC;
}
</style>