Shades of Free Speech Blue #4B3CCC
Tints of Free Speech Blue #4B3CCC
RGB
CMYK
RGB Variations
Color information
#4B3CCC (or 0x4B3CCC) is known color: Free Speech Blue. HEX triplet: 4B, 3C and CC. RGB value is (75,60,204). Sum of RGB (Red+Green+Blue) = 75+60+204=339 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.12% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #4B3CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B3CCC is #B4C333. Grayscale: #505050. Windows color (decimal): -11846452 or 13384779. OLE color: 13384779.
HSL color Cylindrical-coordinate representation of color #4B3CCC: hue angle of 246.25º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4B3CCC is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 75 | 60 | 204 | - |
| CMYK | 0.63 | 0.71 | 0 | 0.2 |
| HSL | 246.25º | 0.59% | 0.52% | - |
| HSV(B) | 246.25º | 0.71% | 0.8% | - |
| XYZ | 15.42 | 9.09 | 58.07 | - |
| YUV | 80.9 | 197.47 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 60 | 204 | 0.63 | 0.71 | 0 | 0.2 | 246.25 | 0.59 | 0.52 |
| Hex | 4B | 3C | CC | 3F | 47 | 0 | 14 | F6 | 3B | 34 |
| Octal | 113 | 74 | 314 | 77 | 107 | 0 | 24 | 366 | 73 | 64 |
| Binary | 1001011 | 111100 | 11001100 | 111111 | 1000111 | 0 | 10100 | 11110110 | 111011 | 110100 |
Color Harmonies of #4B3CCC
Complementary color
Monochromatic Colors of #4B3CCC
Black with #4B3CCC
Text Example
Text Example
White with #4B3CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3CCC; }
p { color: rgb(75,60,204); }
H1.HeaderClassName
{
color: #4B3CCC;
}
.AnyTagClassName
{
color: #4B3CCC;
}
</style>
background-color css
<style>
a { background-color: #4B3CCC; }
a { background-color: rgb(75,60,204); }
div.DivClassName
{
background-color: #4B3CCC;
}
.BgClassName
{
background-color: #4B3CCC;
}
</style>
border-color css
<style>
span { border-color: #4B3CCC; }
span { border-color: rgb(75,60,204); }
td.TdClassName
{
border-color: #4B3CCC;
}
.TagClassName
{
border-color: #4B3CCC;
}
</style>