Shades of Free Speech Blue #4B4DCE
Tints of Free Speech Blue #4B4DCE
RGB
CMYK
RGB Variations
Color information
#4B4DCE (or 0x4B4DCE) is known color: Free Speech Blue. HEX triplet: 4B, 4D and CE. RGB value is (75,77,206). Sum of RGB (Red+Green+Blue) = 75+77+206=358 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.95% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B4DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B4DCE is #B4B231. Grayscale: #5A5A5A. Windows color (decimal): -11842098 or 13520203. OLE color: 13520203.
HSL color Cylindrical-coordinate representation of color #4B4DCE: hue angle of 239.08º degrees, saturation: 0.57, 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 #4B4DCE is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 77 | 206 | - |
| CMYK | 0.64 | 0.63 | 0 | 0.19 |
| HSL | 239.08º | 0.57% | 0.55% | - |
| HSV(B) | 239.08º | 0.64% | 0.81% | - |
| XYZ | 16.7 | 11.26 | 59.69 | - |
| YUV | 91.11 | 192.84 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 77 | 206 | 0.64 | 0.63 | 0 | 0.19 | 239.08 | 0.57 | 0.55 |
| Hex | 4B | 4D | CE | 40 | 3F | 0 | 13 | EF | 39 | 37 |
| Octal | 113 | 115 | 316 | 100 | 77 | 0 | 23 | 357 | 71 | 67 |
| Binary | 1001011 | 1001101 | 11001110 | 1000000 | 111111 | 0 | 10011 | 11101111 | 111001 | 110111 |
Color Harmonies of #4B4DCE
Complementary color
Monochromatic Colors of #4B4DCE
Black with #4B4DCE
Text Example
Text Example
White with #4B4DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4DCE; }
p { color: rgb(75,77,206); }
H1.HeaderClassName
{
color: #4B4DCE;
}
.AnyTagClassName
{
color: #4B4DCE;
}
</style>
background-color css
<style>
a { background-color: #4B4DCE; }
a { background-color: rgb(75,77,206); }
div.DivClassName
{
background-color: #4B4DCE;
}
.BgClassName
{
background-color: #4B4DCE;
}
</style>
border-color css
<style>
span { border-color: #4B4DCE; }
span { border-color: rgb(75,77,206); }
td.TdClassName
{
border-color: #4B4DCE;
}
.TagClassName
{
border-color: #4B4DCE;
}
</style>