Shades of Free Speech Blue #4B45C9
Tints of Free Speech Blue #4B45C9
RGB
CMYK
RGB Variations
Color information
#4B45C9 (or 0x4B45C9) is known color: Free Speech Blue. HEX triplet: 4B, 45 and C9. RGB value is (75,69,201). Sum of RGB (Red+Green+Blue) = 75+69+201=345 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.74% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 201 (78.91% from 255 or 58.26% from 345); Max value from RGB is 201 - color contains mainly: blue. Hex color #4B45C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B45C9 is #B4BA36. Grayscale: #555555. Windows color (decimal): -11844151 or 13190475. OLE color: 13190475.
HSL color Cylindrical-coordinate representation of color #4B45C9: hue angle of 242.73º 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 #4B45C9 is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 75 | 69 | 201 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.21 |
| HSL | 242.73º | 0.55% | 0.53% | - |
| HSV(B) | 242.73º | 0.66% | 0.79% | - |
| XYZ | 15.57 | 9.97 | 56.36 | - |
| YUV | 85.84 | 192.99 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 69 | 201 | 0.63 | 0.66 | 0 | 0.21 | 242.73 | 0.55 | 0.53 |
| Hex | 4B | 45 | C9 | 3F | 42 | 0 | 15 | F3 | 37 | 35 |
| Octal | 113 | 105 | 311 | 77 | 102 | 0 | 25 | 363 | 67 | 65 |
| Binary | 1001011 | 1000101 | 11001001 | 111111 | 1000010 | 0 | 10101 | 11110011 | 110111 | 110101 |
Color Harmonies of #4B45C9
Complementary color
Monochromatic Colors of #4B45C9
Black with #4B45C9
Text Example
Text Example
White with #4B45C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B45C9; }
p { color: rgb(75,69,201); }
H1.HeaderClassName
{
color: #4B45C9;
}
.AnyTagClassName
{
color: #4B45C9;
}
</style>
background-color css
<style>
a { background-color: #4B45C9; }
a { background-color: rgb(75,69,201); }
div.DivClassName
{
background-color: #4B45C9;
}
.BgClassName
{
background-color: #4B45C9;
}
</style>
border-color css
<style>
span { border-color: #4B45C9; }
span { border-color: rgb(75,69,201); }
td.TdClassName
{
border-color: #4B45C9;
}
.TagClassName
{
border-color: #4B45C9;
}
</style>