Shades of Free Speech Blue #4B4ACB
Tints of Free Speech Blue #4B4ACB
RGB
CMYK
RGB Variations
Color information
#4B4ACB (or 0x4B4ACB) is known color: Free Speech Blue. HEX triplet: 4B, 4A and CB. RGB value is (75,74,203). Sum of RGB (Red+Green+Blue) = 75+74+203=352 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.31% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #4B4ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B4ACB is #B4B534. Grayscale: #585858. Windows color (decimal): -11842869 or 13322827. OLE color: 13322827.
HSL color Cylindrical-coordinate representation of color #4B4ACB: hue angle of 240.47º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B4ACB is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 74 | 203 | - |
| CMYK | 0.63 | 0.64 | 0 | 0.20 |
| HSL | 240.47º | 0.55% | 0.54% | - |
| HSV(B) | 240.47º | 0.64% | 0.8% | - |
| XYZ | 16.13 | 10.71 | 57.72 | - |
| YUV | 89.01 | 192.33 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 74 | 203 | 0.63 | 0.64 | 0 | 0.20 | 240.47 | 0.55 | 0.54 |
| Hex | 4B | 4A | CB | 3F | 40 | 0 | 14 | F0 | 37 | 36 |
| Octal | 113 | 112 | 313 | 77 | 100 | 0 | 24 | 360 | 67 | 66 |
| Binary | 1001011 | 1001010 | 11001011 | 111111 | 1000000 | 0 | 10100 | 11110000 | 110111 | 110110 |
Color Harmonies of #4B4ACB
Complementary color
Monochromatic Colors of #4B4ACB
Black with #4B4ACB
Text Example
Text Example
White with #4B4ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4ACB; }
p { color: rgb(75,74,203); }
H1.HeaderClassName
{
color: #4B4ACB;
}
.AnyTagClassName
{
color: #4B4ACB;
}
</style>
background-color css
<style>
a { background-color: #4B4ACB; }
a { background-color: rgb(75,74,203); }
div.DivClassName
{
background-color: #4B4ACB;
}
.BgClassName
{
background-color: #4B4ACB;
}
</style>
border-color css
<style>
span { border-color: #4B4ACB; }
span { border-color: rgb(75,74,203); }
td.TdClassName
{
border-color: #4B4ACB;
}
.TagClassName
{
border-color: #4B4ACB;
}
</style>