Shades of Free Speech Blue #495AB8
Tints of Free Speech Blue #495AB8
RGB
CMYK
RGB Variations
Color information
#495AB8 (or 0x495AB8) is known color: Free Speech Blue. HEX triplet: 49, 5A and B8. RGB value is (73,90,184). Sum of RGB (Red+Green+Blue) = 73+90+184=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 184 (72.27% from 255 or 53.03% from 347); Max value from RGB is 184 - color contains mainly: blue. Hex color #495AB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495AB8 is #B6A547. Grayscale: #5F5F5F. Windows color (decimal): -11969864 or 12081737. OLE color: 12081737.
HSL color Cylindrical-coordinate representation of color #495AB8: hue angle of 230.81º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #495AB8 is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 73 | 90 | 184 | - |
| CMYK | 0.60 | 0.51 | 0 | 0.28 |
| HSL | 230.81º | 0.44% | 0.5% | - |
| HSV(B) | 230.81º | 0.6% | 0.72% | - |
| XYZ | 15.06 | 12.19 | 46.91 | - |
| YUV | 95.63 | 177.87 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 184 | 0.60 | 0.51 | 0 | 0.28 | 230.81 | 0.44 | 0.5 |
| Hex | 49 | 5A | B8 | 3C | 33 | 0 | 1C | E7 | 2C | 32 |
| Octal | 111 | 132 | 270 | 74 | 63 | 0 | 34 | 347 | 54 | 62 |
| Binary | 1001001 | 1011010 | 10111000 | 111100 | 110011 | 0 | 11100 | 11100111 | 101100 | 110010 |
Color Harmonies of #495AB8
Complementary color
Monochromatic Colors of #495AB8
Black with #495AB8
Text Example
Text Example
White with #495AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495AB8; }
p { color: rgb(73,90,184); }
H1.HeaderClassName
{
color: #495AB8;
}
.AnyTagClassName
{
color: #495AB8;
}
</style>
background-color css
<style>
a { background-color: #495AB8; }
a { background-color: rgb(73,90,184); }
div.DivClassName
{
background-color: #495AB8;
}
.BgClassName
{
background-color: #495AB8;
}
</style>
border-color css
<style>
span { border-color: #495AB8; }
span { border-color: rgb(73,90,184); }
td.TdClassName
{
border-color: #495AB8;
}
.TagClassName
{
border-color: #495AB8;
}
</style>