Shades of Free Speech Blue #4145CD
Tints of Free Speech Blue #4145CD
RGB
CMYK
RGB Variations
Color information
#4145CD (or 0x4145CD) is known color: Free Speech Blue. HEX triplet: 41, 45 and CD. RGB value is (65,69,205). Sum of RGB (Red+Green+Blue) = 65+69+205=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 205 (80.47% from 255 or 60.47% from 339); Max value from RGB is 205 - color contains mainly: blue. Hex color #4145CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4145CD is #BEBA32. Grayscale: #525252. Windows color (decimal): -12499507 or 13452609. OLE color: 13452609.
HSL color Cylindrical-coordinate representation of color #4145CD: hue angle of 238.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4145CD is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 69 | 205 | - |
| CMYK | 0.68 | 0.66 | 0 | 0.20 |
| HSL | 238.29º | 0.58% | 0.53% | - |
| HSV(B) | 238.29º | 0.68% | 0.8% | - |
| XYZ | 15.33 | 9.79 | 58.84 | - |
| YUV | 83.31 | 196.67 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 69 | 205 | 0.68 | 0.66 | 0 | 0.20 | 238.29 | 0.58 | 0.53 |
| Hex | 41 | 45 | CD | 44 | 42 | 0 | 14 | EE | 3A | 35 |
| Octal | 101 | 105 | 315 | 104 | 102 | 0 | 24 | 356 | 72 | 65 |
| Binary | 1000001 | 1000101 | 11001101 | 1000100 | 1000010 | 0 | 10100 | 11101110 | 111010 | 110101 |
Color Harmonies of #4145CD
Complementary color
Monochromatic Colors of #4145CD
Black with #4145CD
Text Example
Text Example
White with #4145CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4145CD; }
p { color: rgb(65,69,205); }
H1.HeaderClassName
{
color: #4145CD;
}
.AnyTagClassName
{
color: #4145CD;
}
</style>
background-color css
<style>
a { background-color: #4145CD; }
a { background-color: rgb(65,69,205); }
div.DivClassName
{
background-color: #4145CD;
}
.BgClassName
{
background-color: #4145CD;
}
</style>
border-color css
<style>
span { border-color: #4145CD; }
span { border-color: rgb(65,69,205); }
td.TdClassName
{
border-color: #4145CD;
}
.TagClassName
{
border-color: #4145CD;
}
</style>