Shades of Free Speech Blue #4B4EDF
Tints of Free Speech Blue #4B4EDF
RGB
CMYK
RGB Variations
Color information
#4B4EDF (or 0x4B4EDF) is known color: Free Speech Blue. HEX triplet: 4B, 4E and DF. RGB value is (75,78,223). Sum of RGB (Red+Green+Blue) = 75+78+223=376 (49% of max value = 765). Red value is 75 (29.69% from 255 or 19.95% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #4B4EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B4EDF is #B4B120. Grayscale: #5D5D5D. Windows color (decimal): -11841825 or 14634571. OLE color: 14634571.
HSL color Cylindrical-coordinate representation of color #4B4EDF: hue angle of 238.78º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B4EDF is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 78 | 223 | - |
| CMYK | 0.66 | 0.65 | 0 | 0.13 |
| HSL | 238.78º | 0.7% | 0.58% | - |
| HSV(B) | 238.78º | 0.66% | 0.87% | - |
| XYZ | 18.95 | 12.27 | 71.18 | - |
| YUV | 93.63 | 201.01 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 78 | 223 | 0.66 | 0.65 | 0 | 0.13 | 238.78 | 0.7 | 0.58 |
| Hex | 4B | 4E | DF | 42 | 41 | 0 | D | EF | 46 | 3A |
| Octal | 113 | 116 | 337 | 102 | 101 | 0 | 15 | 357 | 106 | 72 |
| Binary | 1001011 | 1001110 | 11011111 | 1000010 | 1000001 | 0 | 1101 | 11101111 | 1000110 | 111010 |
Color Harmonies of #4B4EDF
Complementary color
Monochromatic Colors of #4B4EDF
Black with #4B4EDF
Text Example
Text Example
White with #4B4EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4EDF; }
p { color: rgb(75,78,223); }
H1.HeaderClassName
{
color: #4B4EDF;
}
.AnyTagClassName
{
color: #4B4EDF;
}
</style>
background-color css
<style>
a { background-color: #4B4EDF; }
a { background-color: rgb(75,78,223); }
div.DivClassName
{
background-color: #4B4EDF;
}
.BgClassName
{
background-color: #4B4EDF;
}
</style>
border-color css
<style>
span { border-color: #4B4EDF; }
span { border-color: rgb(75,78,223); }
td.TdClassName
{
border-color: #4B4EDF;
}
.TagClassName
{
border-color: #4B4EDF;
}
</style>