Shades of Free Speech Blue #4D4BCD
Tints of Free Speech Blue #4D4BCD
RGB
CMYK
RGB Variations
Color information
#4D4BCD (or 0x4D4BCD) is known color: Free Speech Blue. HEX triplet: 4D, 4B and CD. RGB value is (77,75,205). Sum of RGB (Red+Green+Blue) = 77+75+205=357 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.57% from 357); Green value is 75 (29.69% from 255 or 21.01% 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 #4D4BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D4BCD is #B2B432. Grayscale: #595959. Windows color (decimal): -11711539 or 13454157. OLE color: 13454157.
HSL color Cylindrical-coordinate representation of color #4D4BCD: hue angle of 240.92º 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 #4D4BCD is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 75 | 205 | - |
| CMYK | 0.62 | 0.63 | 0 | 0.20 |
| HSL | 240.92º | 0.57% | 0.55% | - |
| HSV(B) | 240.92º | 0.63% | 0.8% | - |
| XYZ | 16.6 | 11.02 | 59.01 | - |
| YUV | 90.42 | 192.66 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 75 | 205 | 0.62 | 0.63 | 0 | 0.20 | 240.92 | 0.57 | 0.55 |
| Hex | 4D | 4B | CD | 3E | 3F | 0 | 14 | F1 | 39 | 37 |
| Octal | 115 | 113 | 315 | 76 | 77 | 0 | 24 | 361 | 71 | 67 |
| Binary | 1001101 | 1001011 | 11001101 | 111110 | 111111 | 0 | 10100 | 11110001 | 111001 | 110111 |
Color Harmonies of #4D4BCD
Complementary color
Monochromatic Colors of #4D4BCD
Black with #4D4BCD
Text Example
Text Example
White with #4D4BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4BCD; }
p { color: rgb(77,75,205); }
H1.HeaderClassName
{
color: #4D4BCD;
}
.AnyTagClassName
{
color: #4D4BCD;
}
</style>
background-color css
<style>
a { background-color: #4D4BCD; }
a { background-color: rgb(77,75,205); }
div.DivClassName
{
background-color: #4D4BCD;
}
.BgClassName
{
background-color: #4D4BCD;
}
</style>
border-color css
<style>
span { border-color: #4D4BCD; }
span { border-color: rgb(77,75,205); }
td.TdClassName
{
border-color: #4D4BCD;
}
.TagClassName
{
border-color: #4D4BCD;
}
</style>