Shades of Free Speech Blue #4B44CA
Tints of Free Speech Blue #4B44CA
RGB
CMYK
RGB Variations
Color information
#4B44CA (or 0x4B44CA) is known color: Free Speech Blue. HEX triplet: 4B, 44 and CA. RGB value is (75,68,202). Sum of RGB (Red+Green+Blue) = 75+68+202=345 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.74% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #4B44CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B44CA is #B4BB35. Grayscale: #545454. Windows color (decimal): -11844406 or 13255755. OLE color: 13255755.
HSL color Cylindrical-coordinate representation of color #4B44CA: hue angle of 243.13º degrees, saturation: 0.56, 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 #4B44CA is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 75 | 68 | 202 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.21 |
| HSL | 243.13º | 0.56% | 0.53% | - |
| HSV(B) | 243.13º | 0.66% | 0.79% | - |
| XYZ | 15.63 | 9.89 | 56.96 | - |
| YUV | 85.37 | 193.82 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 68 | 202 | 0.63 | 0.66 | 0 | 0.21 | 243.13 | 0.56 | 0.53 |
| Hex | 4B | 44 | CA | 3F | 42 | 0 | 15 | F3 | 38 | 35 |
| Octal | 113 | 104 | 312 | 77 | 102 | 0 | 25 | 363 | 70 | 65 |
| Binary | 1001011 | 1000100 | 11001010 | 111111 | 1000010 | 0 | 10101 | 11110011 | 111000 | 110101 |
Color Harmonies of #4B44CA
Complementary color
Monochromatic Colors of #4B44CA
Black with #4B44CA
Text Example
Text Example
White with #4B44CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B44CA; }
p { color: rgb(75,68,202); }
H1.HeaderClassName
{
color: #4B44CA;
}
.AnyTagClassName
{
color: #4B44CA;
}
</style>
background-color css
<style>
a { background-color: #4B44CA; }
a { background-color: rgb(75,68,202); }
div.DivClassName
{
background-color: #4B44CA;
}
.BgClassName
{
background-color: #4B44CA;
}
</style>
border-color css
<style>
span { border-color: #4B44CA; }
span { border-color: rgb(75,68,202); }
td.TdClassName
{
border-color: #4B44CA;
}
.TagClassName
{
border-color: #4B44CA;
}
</style>