Shades of Free Speech Blue #495BCB
Tints of Free Speech Blue #495BCB
RGB
CMYK
RGB Variations
Color information
#495BCB (or 0x495BCB) is known color: Free Speech Blue. HEX triplet: 49, 5B and CB. RGB value is (73,91,203). Sum of RGB (Red+Green+Blue) = 73+91+203=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 203 (79.69% from 255 or 55.31% from 367); Max value from RGB is 203 - color contains mainly: blue. Hex color #495BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495BCB is #B6A434. Grayscale: #616161. Windows color (decimal): -11969589 or 13327177. OLE color: 13327177.
HSL color Cylindrical-coordinate representation of color #495BCB: hue angle of 231.69º 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 #495BCB is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 91 | 203 | - |
| CMYK | 0.64 | 0.55 | 0 | 0.20 |
| HSL | 231.69º | 0.56% | 0.54% | - |
| HSV(B) | 231.69º | 0.64% | 0.8% | - |
| XYZ | 17.27 | 13.21 | 58.14 | - |
| YUV | 98.39 | 187.04 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 91 | 203 | 0.64 | 0.55 | 0 | 0.20 | 231.69 | 0.56 | 0.54 |
| Hex | 49 | 5B | CB | 40 | 37 | 0 | 14 | E8 | 38 | 36 |
| Octal | 111 | 133 | 313 | 100 | 67 | 0 | 24 | 350 | 70 | 66 |
| Binary | 1001001 | 1011011 | 11001011 | 1000000 | 110111 | 0 | 10100 | 11101000 | 111000 | 110110 |
Color Harmonies of #495BCB
Complementary color
Monochromatic Colors of #495BCB
Black with #495BCB
Text Example
Text Example
White with #495BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495BCB; }
p { color: rgb(73,91,203); }
H1.HeaderClassName
{
color: #495BCB;
}
.AnyTagClassName
{
color: #495BCB;
}
</style>
background-color css
<style>
a { background-color: #495BCB; }
a { background-color: rgb(73,91,203); }
div.DivClassName
{
background-color: #495BCB;
}
.BgClassName
{
background-color: #495BCB;
}
</style>
border-color css
<style>
span { border-color: #495BCB; }
span { border-color: rgb(73,91,203); }
td.TdClassName
{
border-color: #495BCB;
}
.TagClassName
{
border-color: #495BCB;
}
</style>