Shades of Free Speech Blue #4B45CF
Tints of Free Speech Blue #4B45CF
RGB
CMYK
RGB Variations
Color information
#4B45CF (or 0x4B45CF) is known color: Free Speech Blue. HEX triplet: 4B, 45 and CF. RGB value is (75,69,207). Sum of RGB (Red+Green+Blue) = 75+69+207=351 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.37% from 351); Green value is 69 (27.34% from 255 or 19.66% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #4B45CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B45CF is #B4BA30. Grayscale: #555555. Windows color (decimal): -11844145 or 13583691. OLE color: 13583691.
HSL color Cylindrical-coordinate representation of color #4B45CF: hue angle of 242.61º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B45CF is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 69 | 207 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.19 |
| HSL | 242.61º | 0.59% | 0.54% | - |
| HSV(B) | 242.61º | 0.67% | 0.81% | - |
| XYZ | 16.29 | 10.26 | 60.15 | - |
| YUV | 86.53 | 195.99 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 69 | 207 | 0.64 | 0.67 | 0 | 0.19 | 242.61 | 0.59 | 0.54 |
| Hex | 4B | 45 | CF | 40 | 43 | 0 | 13 | F3 | 3B | 36 |
| Octal | 113 | 105 | 317 | 100 | 103 | 0 | 23 | 363 | 73 | 66 |
| Binary | 1001011 | 1000101 | 11001111 | 1000000 | 1000011 | 0 | 10011 | 11110011 | 111011 | 110110 |
Color Harmonies of #4B45CF
Complementary color
Monochromatic Colors of #4B45CF
Black with #4B45CF
Text Example
Text Example
White with #4B45CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B45CF; }
p { color: rgb(75,69,207); }
H1.HeaderClassName
{
color: #4B45CF;
}
.AnyTagClassName
{
color: #4B45CF;
}
</style>
background-color css
<style>
a { background-color: #4B45CF; }
a { background-color: rgb(75,69,207); }
div.DivClassName
{
background-color: #4B45CF;
}
.BgClassName
{
background-color: #4B45CF;
}
</style>
border-color css
<style>
span { border-color: #4B45CF; }
span { border-color: rgb(75,69,207); }
td.TdClassName
{
border-color: #4B45CF;
}
.TagClassName
{
border-color: #4B45CF;
}
</style>