Shades of Free Speech Blue #4C45C9
Tints of Free Speech Blue #4C45C9
RGB
CMYK
RGB Variations
Color information
#4C45C9 (or 0x4C45C9) is known color: Free Speech Blue. HEX triplet: 4C, 45 and C9. RGB value is (76,69,201). Sum of RGB (Red+Green+Blue) = 76+69+201=346 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.97% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 201 (78.91% from 255 or 58.09% from 346); Max value from RGB is 201 - color contains mainly: blue. Hex color #4C45C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C45C9 is #B3BA36. Grayscale: #555555. Windows color (decimal): -11778615 or 13190476. OLE color: 13190476.
HSL color Cylindrical-coordinate representation of color #4C45C9: hue angle of 243.18º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C45C9 is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 69 | 201 | - |
| CMYK | 0.62 | 0.66 | 0 | 0.21 |
| HSL | 243.18º | 0.55% | 0.53% | - |
| HSV(B) | 243.18º | 0.66% | 0.79% | - |
| XYZ | 15.65 | 10.01 | 56.37 | - |
| YUV | 86.14 | 192.82 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 69 | 201 | 0.62 | 0.66 | 0 | 0.21 | 243.18 | 0.55 | 0.53 |
| Hex | 4C | 45 | C9 | 3E | 42 | 0 | 15 | F3 | 37 | 35 |
| Octal | 114 | 105 | 311 | 76 | 102 | 0 | 25 | 363 | 67 | 65 |
| Binary | 1001100 | 1000101 | 11001001 | 111110 | 1000010 | 0 | 10101 | 11110011 | 110111 | 110101 |
Color Harmonies of #4C45C9
Complementary color
Monochromatic Colors of #4C45C9
Black with #4C45C9
Text Example
Text Example
White with #4C45C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C45C9; }
p { color: rgb(76,69,201); }
H1.HeaderClassName
{
color: #4C45C9;
}
.AnyTagClassName
{
color: #4C45C9;
}
</style>
background-color css
<style>
a { background-color: #4C45C9; }
a { background-color: rgb(76,69,201); }
div.DivClassName
{
background-color: #4C45C9;
}
.BgClassName
{
background-color: #4C45C9;
}
</style>
border-color css
<style>
span { border-color: #4C45C9; }
span { border-color: rgb(76,69,201); }
td.TdClassName
{
border-color: #4C45C9;
}
.TagClassName
{
border-color: #4C45C9;
}
</style>