Shades of Free Speech Blue #4B3CBC
Tints of Free Speech Blue #4B3CBC
RGB
CMYK
RGB Variations
Color information
#4B3CBC (or 0x4B3CBC) is known color: Free Speech Blue. HEX triplet: 4B, 3C and BC. RGB value is (75,60,188). Sum of RGB (Red+Green+Blue) = 75+60+188=323 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.22% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #4B3CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B3CBC is #B4C343. Grayscale: #4E4E4E. Windows color (decimal): -11846468 or 12336203. OLE color: 12336203.
HSL color Cylindrical-coordinate representation of color #4B3CBC: hue angle of 247.03º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B3CBC is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 60 | 188 | - |
| CMYK | 0.60 | 0.68 | 0 | 0.26 |
| HSL | 247.03º | 0.52% | 0.49% | - |
| HSV(B) | 247.03º | 0.68% | 0.74% | - |
| XYZ | 13.59 | 8.36 | 48.47 | - |
| YUV | 79.08 | 189.47 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 60 | 188 | 0.60 | 0.68 | 0 | 0.26 | 247.03 | 0.52 | 0.49 |
| Hex | 4B | 3C | BC | 3C | 44 | 0 | 1A | F7 | 34 | 31 |
| Octal | 113 | 74 | 274 | 74 | 104 | 0 | 32 | 367 | 64 | 61 |
| Binary | 1001011 | 111100 | 10111100 | 111100 | 1000100 | 0 | 11010 | 11110111 | 110100 | 110001 |
Color Harmonies of #4B3CBC
Complementary color
Monochromatic Colors of #4B3CBC
Black with #4B3CBC
Text Example
Text Example
White with #4B3CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3CBC; }
p { color: rgb(75,60,188); }
H1.HeaderClassName
{
color: #4B3CBC;
}
.AnyTagClassName
{
color: #4B3CBC;
}
</style>
background-color css
<style>
a { background-color: #4B3CBC; }
a { background-color: rgb(75,60,188); }
div.DivClassName
{
background-color: #4B3CBC;
}
.BgClassName
{
background-color: #4B3CBC;
}
</style>
border-color css
<style>
span { border-color: #4B3CBC; }
span { border-color: rgb(75,60,188); }
td.TdClassName
{
border-color: #4B3CBC;
}
.TagClassName
{
border-color: #4B3CBC;
}
</style>