Shades of Free Speech Blue #495FCB
Tints of Free Speech Blue #495FCB
RGB
CMYK
RGB Variations
Color information
#495FCB (or 0x495FCB) is known color: Free Speech Blue. HEX triplet: 49, 5F and CB. RGB value is (73,95,203). Sum of RGB (Red+Green+Blue) = 73+95+203=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #495FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495FCB is #B6A034. Grayscale: #646464. Windows color (decimal): -11968565 or 13328201. OLE color: 13328201.
HSL color Cylindrical-coordinate representation of color #495FCB: hue angle of 229.85º 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 #495FCB is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 95 | 203 | - |
| CMYK | 0.64 | 0.53 | 0 | 0.20 |
| HSL | 229.85º | 0.56% | 0.54% | - |
| HSV(B) | 229.85º | 0.64% | 0.8% | - |
| XYZ | 17.62 | 13.91 | 58.26 | - |
| YUV | 100.73 | 185.71 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 95 | 203 | 0.64 | 0.53 | 0 | 0.20 | 229.85 | 0.56 | 0.54 |
| Hex | 49 | 5F | CB | 40 | 35 | 0 | 14 | E6 | 38 | 36 |
| Octal | 111 | 137 | 313 | 100 | 65 | 0 | 24 | 346 | 70 | 66 |
| Binary | 1001001 | 1011111 | 11001011 | 1000000 | 110101 | 0 | 10100 | 11100110 | 111000 | 110110 |
Color Harmonies of #495FCB
Complementary color
Monochromatic Colors of #495FCB
Black with #495FCB
Text Example
Text Example
White with #495FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495FCB; }
p { color: rgb(73,95,203); }
H1.HeaderClassName
{
color: #495FCB;
}
.AnyTagClassName
{
color: #495FCB;
}
</style>
background-color css
<style>
a { background-color: #495FCB; }
a { background-color: rgb(73,95,203); }
div.DivClassName
{
background-color: #495FCB;
}
.BgClassName
{
background-color: #495FCB;
}
</style>
border-color css
<style>
span { border-color: #495FCB; }
span { border-color: rgb(73,95,203); }
td.TdClassName
{
border-color: #495FCB;
}
.TagClassName
{
border-color: #495FCB;
}
</style>