Shades of Free Speech Blue #4B42CB
Tints of Free Speech Blue #4B42CB
RGB
CMYK
RGB Variations
Color information
#4B42CB (or 0x4B42CB) is known color: Free Speech Blue. HEX triplet: 4B, 42 and CB. RGB value is (75,66,203). Sum of RGB (Red+Green+Blue) = 75+66+203=344 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.80% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #4B42CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B42CB is #B4BD34. Grayscale: #535353. Windows color (decimal): -11844917 or 13320779. OLE color: 13320779.
HSL color Cylindrical-coordinate representation of color #4B42CB: hue angle of 243.94º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B42CB is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 66 | 203 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.20 |
| HSL | 243.94º | 0.57% | 0.53% | - |
| HSV(B) | 243.94º | 0.67% | 0.8% | - |
| XYZ | 15.63 | 9.7 | 57.55 | - |
| YUV | 84.31 | 194.98 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 66 | 203 | 0.63 | 0.67 | 0 | 0.20 | 243.94 | 0.57 | 0.53 |
| Hex | 4B | 42 | CB | 3F | 43 | 0 | 14 | F4 | 39 | 35 |
| Octal | 113 | 102 | 313 | 77 | 103 | 0 | 24 | 364 | 71 | 65 |
| Binary | 1001011 | 1000010 | 11001011 | 111111 | 1000011 | 0 | 10100 | 11110100 | 111001 | 110101 |
Color Harmonies of #4B42CB
Complementary color
Monochromatic Colors of #4B42CB
Black with #4B42CB
Text Example
Text Example
White with #4B42CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B42CB; }
p { color: rgb(75,66,203); }
H1.HeaderClassName
{
color: #4B42CB;
}
.AnyTagClassName
{
color: #4B42CB;
}
</style>
background-color css
<style>
a { background-color: #4B42CB; }
a { background-color: rgb(75,66,203); }
div.DivClassName
{
background-color: #4B42CB;
}
.BgClassName
{
background-color: #4B42CB;
}
</style>
border-color css
<style>
span { border-color: #4B42CB; }
span { border-color: rgb(75,66,203); }
td.TdClassName
{
border-color: #4B42CB;
}
.TagClassName
{
border-color: #4B42CB;
}
</style>