Shades of Free Speech Blue #4B4ECF
Tints of Free Speech Blue #4B4ECF
RGB
CMYK
RGB Variations
Color information
#4B4ECF (or 0x4B4ECF) is known color: Free Speech Blue. HEX triplet: 4B, 4E and CF. RGB value is (75,78,207). Sum of RGB (Red+Green+Blue) = 75+78+207=360 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.83% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 207 (81.25% from 255 or 57.5% from 360); Max value from RGB is 207 - color contains mainly: blue. Hex color #4B4ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B4ECF is #B4B130. Grayscale: #5B5B5B. Windows color (decimal): -11841841 or 13585995. OLE color: 13585995.
HSL color Cylindrical-coordinate representation of color #4B4ECF: hue angle of 238.64º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B4ECF is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 78 | 207 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.19 |
| HSL | 238.64º | 0.58% | 0.55% | - |
| HSV(B) | 238.64º | 0.64% | 0.81% | - |
| XYZ | 16.89 | 11.45 | 60.35 | - |
| YUV | 91.81 | 193.01 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 78 | 207 | 0.64 | 0.62 | 0 | 0.19 | 238.64 | 0.58 | 0.55 |
| Hex | 4B | 4E | CF | 40 | 3E | 0 | 13 | EF | 3A | 37 |
| Octal | 113 | 116 | 317 | 100 | 76 | 0 | 23 | 357 | 72 | 67 |
| Binary | 1001011 | 1001110 | 11001111 | 1000000 | 111110 | 0 | 10011 | 11101111 | 111010 | 110111 |
Color Harmonies of #4B4ECF
Complementary color
Monochromatic Colors of #4B4ECF
Black with #4B4ECF
Text Example
Text Example
White with #4B4ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4ECF; }
p { color: rgb(75,78,207); }
H1.HeaderClassName
{
color: #4B4ECF;
}
.AnyTagClassName
{
color: #4B4ECF;
}
</style>
background-color css
<style>
a { background-color: #4B4ECF; }
a { background-color: rgb(75,78,207); }
div.DivClassName
{
background-color: #4B4ECF;
}
.BgClassName
{
background-color: #4B4ECF;
}
</style>
border-color css
<style>
span { border-color: #4B4ECF; }
span { border-color: rgb(75,78,207); }
td.TdClassName
{
border-color: #4B4ECF;
}
.TagClassName
{
border-color: #4B4ECF;
}
</style>