Shades of Free Speech Blue #4B4DDF
Tints of Free Speech Blue #4B4DDF
RGB
CMYK
RGB Variations
Color information
#4B4DDF (or 0x4B4DDF) is known color: Free Speech Blue. HEX triplet: 4B, 4D and DF. RGB value is (75,77,223). Sum of RGB (Red+Green+Blue) = 75+77+223=375 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20% from 375); Green value is 77 (30.47% from 255 or 20.53% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #4B4DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B4DDF is #B4B220. Grayscale: #5C5C5C. Windows color (decimal): -11842081 or 14634315. OLE color: 14634315.
HSL color Cylindrical-coordinate representation of color #4B4DDF: hue angle of 239.19º 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 #4B4DDF is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 77 | 223 | - |
| CMYK | 0.66 | 0.65 | 0 | 0.13 |
| HSL | 239.19º | 0.7% | 0.58% | - |
| HSV(B) | 239.19º | 0.66% | 0.87% | - |
| XYZ | 18.87 | 12.13 | 71.16 | - |
| YUV | 93.05 | 201.34 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 77 | 223 | 0.66 | 0.65 | 0 | 0.13 | 239.19 | 0.7 | 0.58 |
| Hex | 4B | 4D | DF | 42 | 41 | 0 | D | EF | 46 | 3A |
| Octal | 113 | 115 | 337 | 102 | 101 | 0 | 15 | 357 | 106 | 72 |
| Binary | 1001011 | 1001101 | 11011111 | 1000010 | 1000001 | 0 | 1101 | 11101111 | 1000110 | 111010 |
Color Harmonies of #4B4DDF
Complementary color
Monochromatic Colors of #4B4DDF
Black with #4B4DDF
Text Example
Text Example
White with #4B4DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4DDF; }
p { color: rgb(75,77,223); }
H1.HeaderClassName
{
color: #4B4DDF;
}
.AnyTagClassName
{
color: #4B4DDF;
}
</style>
background-color css
<style>
a { background-color: #4B4DDF; }
a { background-color: rgb(75,77,223); }
div.DivClassName
{
background-color: #4B4DDF;
}
.BgClassName
{
background-color: #4B4DDF;
}
</style>
border-color css
<style>
span { border-color: #4B4DDF; }
span { border-color: rgb(75,77,223); }
td.TdClassName
{
border-color: #4B4DDF;
}
.TagClassName
{
border-color: #4B4DDF;
}
</style>