Shades of Free Speech Blue #495CCD
Tints of Free Speech Blue #495CCD
RGB
CMYK
RGB Variations
Color information
#495CCD (or 0x495CCD) is known color: Free Speech Blue. HEX triplet: 49, 5C and CD. RGB value is (73,92,205). Sum of RGB (Red+Green+Blue) = 73+92+205=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 205 (80.47% from 255 or 55.41% from 370); Max value from RGB is 205 - color contains mainly: blue. Hex color #495CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495CCD is #B6A332. Grayscale: #626262. Windows color (decimal): -11969331 or 13458505. OLE color: 13458505.
HSL color Cylindrical-coordinate representation of color #495CCD: hue angle of 231.36º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #495CCD is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 92 | 205 | - |
| CMYK | 0.64 | 0.55 | 0 | 0.20 |
| HSL | 231.36º | 0.57% | 0.55% | - |
| HSV(B) | 231.36º | 0.64% | 0.8% | - |
| XYZ | 17.59 | 13.48 | 59.43 | - |
| YUV | 99.2 | 187.71 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 205 | 0.64 | 0.55 | 0 | 0.20 | 231.36 | 0.57 | 0.55 |
| Hex | 49 | 5C | CD | 40 | 37 | 0 | 14 | E7 | 39 | 37 |
| Octal | 111 | 134 | 315 | 100 | 67 | 0 | 24 | 347 | 71 | 67 |
| Binary | 1001001 | 1011100 | 11001101 | 1000000 | 110111 | 0 | 10100 | 11100111 | 111001 | 110111 |
Color Harmonies of #495CCD
Complementary color
Monochromatic Colors of #495CCD
Black with #495CCD
Text Example
Text Example
White with #495CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495CCD; }
p { color: rgb(73,92,205); }
H1.HeaderClassName
{
color: #495CCD;
}
.AnyTagClassName
{
color: #495CCD;
}
</style>
background-color css
<style>
a { background-color: #495CCD; }
a { background-color: rgb(73,92,205); }
div.DivClassName
{
background-color: #495CCD;
}
.BgClassName
{
background-color: #495CCD;
}
</style>
border-color css
<style>
span { border-color: #495CCD; }
span { border-color: rgb(73,92,205); }
td.TdClassName
{
border-color: #495CCD;
}
.TagClassName
{
border-color: #495CCD;
}
</style>