Shades of Free Speech Blue #4B4DCD
Tints of Free Speech Blue #4B4DCD
RGB
CMYK
RGB Variations
Color information
#4B4DCD (or 0x4B4DCD) is known color: Free Speech Blue. HEX triplet: 4B, 4D and CD. RGB value is (75,77,205). Sum of RGB (Red+Green+Blue) = 75+77+205=357 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.01% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 205 (80.47% from 255 or 57.42% from 357); Max value from RGB is 205 - color contains mainly: blue. Hex color #4B4DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B4DCD is #B4B232. Grayscale: #5A5A5A. Windows color (decimal): -11842099 or 13454667. OLE color: 13454667.
HSL color Cylindrical-coordinate representation of color #4B4DCD: hue angle of 239.08º degrees, saturation: 0.57, 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 #4B4DCD is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 77 | 205 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.20 |
| HSL | 239.08º | 0.57% | 0.55% | - |
| HSV(B) | 239.08º | 0.63% | 0.8% | - |
| XYZ | 16.57 | 11.21 | 59.05 | - |
| YUV | 90.99 | 192.34 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 77 | 205 | 0.63 | 0.62 | 0 | 0.20 | 239.08 | 0.57 | 0.55 |
| Hex | 4B | 4D | CD | 3F | 3E | 0 | 14 | EF | 39 | 37 |
| Octal | 113 | 115 | 315 | 77 | 76 | 0 | 24 | 357 | 71 | 67 |
| Binary | 1001011 | 1001101 | 11001101 | 111111 | 111110 | 0 | 10100 | 11101111 | 111001 | 110111 |
Color Harmonies of #4B4DCD
Complementary color
Monochromatic Colors of #4B4DCD
Black with #4B4DCD
Text Example
Text Example
White with #4B4DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4DCD; }
p { color: rgb(75,77,205); }
H1.HeaderClassName
{
color: #4B4DCD;
}
.AnyTagClassName
{
color: #4B4DCD;
}
</style>
background-color css
<style>
a { background-color: #4B4DCD; }
a { background-color: rgb(75,77,205); }
div.DivClassName
{
background-color: #4B4DCD;
}
.BgClassName
{
background-color: #4B4DCD;
}
</style>
border-color css
<style>
span { border-color: #4B4DCD; }
span { border-color: rgb(75,77,205); }
td.TdClassName
{
border-color: #4B4DCD;
}
.TagClassName
{
border-color: #4B4DCD;
}
</style>