Shades of Free Speech Blue #4155AE
Tints of Free Speech Blue #4155AE
RGB
CMYK
RGB Variations
Color information
#4155AE (or 0x4155AE) is known color: Free Speech Blue. HEX triplet: 41, 55 and AE. RGB value is (65,85,174). Sum of RGB (Red+Green+Blue) = 65+85+174=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #4155AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4155AE is #BEAA51. Grayscale: #585858. Windows color (decimal): -12495442 or 11425089. OLE color: 11425089.
HSL color Cylindrical-coordinate representation of color #4155AE: hue angle of 228.99º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4155AE is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 85 | 174 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.32 |
| HSL | 228.99º | 0.46% | 0.47% | - |
| HSV(B) | 228.99º | 0.63% | 0.68% | - |
| XYZ | 13.07 | 10.68 | 41.42 | - |
| YUV | 89.17 | 175.87 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 85 | 174 | 0.63 | 0.51 | 0 | 0.32 | 228.99 | 0.46 | 0.47 |
| Hex | 41 | 55 | AE | 3F | 33 | 0 | 20 | E5 | 2E | 2F |
| Octal | 101 | 125 | 256 | 77 | 63 | 0 | 40 | 345 | 56 | 57 |
| Binary | 1000001 | 1010101 | 10101110 | 111111 | 110011 | 0 | 100000 | 11100101 | 101110 | 101111 |
Color Harmonies of #4155AE
Complementary color
Monochromatic Colors of #4155AE
Black with #4155AE
Text Example
Text Example
White with #4155AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4155AE; }
p { color: rgb(65,85,174); }
H1.HeaderClassName
{
color: #4155AE;
}
.AnyTagClassName
{
color: #4155AE;
}
</style>
background-color css
<style>
a { background-color: #4155AE; }
a { background-color: rgb(65,85,174); }
div.DivClassName
{
background-color: #4155AE;
}
.BgClassName
{
background-color: #4155AE;
}
</style>
border-color css
<style>
span { border-color: #4155AE; }
span { border-color: rgb(65,85,174); }
td.TdClassName
{
border-color: #4155AE;
}
.TagClassName
{
border-color: #4155AE;
}
</style>