Shades of Free Speech Blue #4B4BCB
Tints of Free Speech Blue #4B4BCB
RGB
CMYK
RGB Variations
Color information
#4B4BCB (or 0x4B4BCB) is known color: Free Speech Blue. HEX triplet: 4B, 4B and CB. RGB value is (75,75,203). Sum of RGB (Red+Green+Blue) = 75+75+203=353 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.25% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #4B4BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B4BCB is #B4B434. Grayscale: #595959. Windows color (decimal): -11842613 or 13323083. OLE color: 13323083.
HSL color Cylindrical-coordinate representation of color #4B4BCB: hue angle of 240º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B4BCB is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 75 | 203 | - |
| CMYK | 0.63 | 0.63 | 0 | 0.20 |
| HSL | 240º | 0.55% | 0.55% | - |
| HSV(B) | 240º | 0.63% | 0.8% | - |
| XYZ | 16.2 | 10.84 | 57.74 | - |
| YUV | 89.59 | 192 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 75 | 203 | 0.63 | 0.63 | 0 | 0.20 | 240 | 0.55 | 0.55 |
| Hex | 4B | 4B | CB | 3F | 3F | 0 | 14 | F0 | 37 | 37 |
| Octal | 113 | 113 | 313 | 77 | 77 | 0 | 24 | 360 | 67 | 67 |
| Binary | 1001011 | 1001011 | 11001011 | 111111 | 111111 | 0 | 10100 | 11110000 | 110111 | 110111 |
Color Harmonies of #4B4BCB
Complementary color
Monochromatic Colors of #4B4BCB
Black with #4B4BCB
Text Example
Text Example
White with #4B4BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4BCB; }
p { color: rgb(75,75,203); }
H1.HeaderClassName
{
color: #4B4BCB;
}
.AnyTagClassName
{
color: #4B4BCB;
}
</style>
background-color css
<style>
a { background-color: #4B4BCB; }
a { background-color: rgb(75,75,203); }
div.DivClassName
{
background-color: #4B4BCB;
}
.BgClassName
{
background-color: #4B4BCB;
}
</style>
border-color css
<style>
span { border-color: #4B4BCB; }
span { border-color: rgb(75,75,203); }
td.TdClassName
{
border-color: #4B4BCB;
}
.TagClassName
{
border-color: #4B4BCB;
}
</style>