Shades of Free Speech Blue #4145DC
Tints of Free Speech Blue #4145DC
RGB
CMYK
RGB Variations
Color information
#4145DC (or 0x4145DC) is known color: Free Speech Blue. HEX triplet: 41, 45 and DC. RGB value is (65,69,220). Sum of RGB (Red+Green+Blue) = 65+69+220=354 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.36% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #4145DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4145DC is #BEBA23. Grayscale: #545454. Windows color (decimal): -12499492 or 14435649. OLE color: 14435649.
HSL color Cylindrical-coordinate representation of color #4145DC: hue angle of 238.45º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4145DC is Cyan = 0.70, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 69 | 220 | - |
| CMYK | 0.70 | 0.69 | 0 | 0.14 |
| HSL | 238.45º | 0.69% | 0.56% | - |
| HSV(B) | 238.45º | 0.7% | 0.86% | - |
| XYZ | 17.23 | 10.55 | 68.84 | - |
| YUV | 85.02 | 204.17 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 69 | 220 | 0.70 | 0.69 | 0 | 0.14 | 238.45 | 0.69 | 0.56 |
| Hex | 41 | 45 | DC | 46 | 45 | 0 | E | EE | 45 | 38 |
| Octal | 101 | 105 | 334 | 106 | 105 | 0 | 16 | 356 | 105 | 70 |
| Binary | 1000001 | 1000101 | 11011100 | 1000110 | 1000101 | 0 | 1110 | 11101110 | 1000101 | 111000 |
Color Harmonies of #4145DC
Complementary color
Monochromatic Colors of #4145DC
Black with #4145DC
Text Example
Text Example
White with #4145DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4145DC; }
p { color: rgb(65,69,220); }
H1.HeaderClassName
{
color: #4145DC;
}
.AnyTagClassName
{
color: #4145DC;
}
</style>
background-color css
<style>
a { background-color: #4145DC; }
a { background-color: rgb(65,69,220); }
div.DivClassName
{
background-color: #4145DC;
}
.BgClassName
{
background-color: #4145DC;
}
</style>
border-color css
<style>
span { border-color: #4145DC; }
span { border-color: rgb(65,69,220); }
td.TdClassName
{
border-color: #4145DC;
}
.TagClassName
{
border-color: #4145DC;
}
</style>