Shades of Free Speech Blue #4B55C6
Tints of Free Speech Blue #4B55C6
RGB
CMYK
RGB Variations
Color information
#4B55C6 (or 0x4B55C6) is known color: Free Speech Blue. HEX triplet: 4B, 55 and C6. RGB value is (75,85,198). Sum of RGB (Red+Green+Blue) = 75+85+198=358 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.95% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 198 (77.73% from 255 or 55.31% from 358); Max value from RGB is 198 - color contains mainly: blue. Hex color #4B55C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B55C6 is #B4AA39. Grayscale: #5E5E5E. Windows color (decimal): -11840058 or 12997963. OLE color: 12997963.
HSL color Cylindrical-coordinate representation of color #4B55C6: hue angle of 235.12º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4B55C6 is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 75 | 85 | 198 | - |
| CMYK | 0.62 | 0.57 | 0 | 0.22 |
| HSL | 235.12º | 0.52% | 0.54% | - |
| HSV(B) | 235.12º | 0.62% | 0.78% | - |
| XYZ | 16.34 | 12.07 | 54.89 | - |
| YUV | 94.89 | 186.19 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 85 | 198 | 0.62 | 0.57 | 0 | 0.22 | 235.12 | 0.52 | 0.54 |
| Hex | 4B | 55 | C6 | 3E | 39 | 0 | 16 | EB | 34 | 36 |
| Octal | 113 | 125 | 306 | 76 | 71 | 0 | 26 | 353 | 64 | 66 |
| Binary | 1001011 | 1010101 | 11000110 | 111110 | 111001 | 0 | 10110 | 11101011 | 110100 | 110110 |
Color Harmonies of #4B55C6
Complementary color
Monochromatic Colors of #4B55C6
Black with #4B55C6
Text Example
Text Example
White with #4B55C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B55C6; }
p { color: rgb(75,85,198); }
H1.HeaderClassName
{
color: #4B55C6;
}
.AnyTagClassName
{
color: #4B55C6;
}
</style>
background-color css
<style>
a { background-color: #4B55C6; }
a { background-color: rgb(75,85,198); }
div.DivClassName
{
background-color: #4B55C6;
}
.BgClassName
{
background-color: #4B55C6;
}
</style>
border-color css
<style>
span { border-color: #4B55C6; }
span { border-color: rgb(75,85,198); }
td.TdClassName
{
border-color: #4B55C6;
}
.TagClassName
{
border-color: #4B55C6;
}
</style>