Shades of Free Speech Blue #4D3DCB
Tints of Free Speech Blue #4D3DCB
RGB
CMYK
RGB Variations
Color information
#4D3DCB (or 0x4D3DCB) is known color: Free Speech Blue. HEX triplet: 4D, 3D and CB. RGB value is (77,61,203). Sum of RGB (Red+Green+Blue) = 77+61+203=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 203 (79.69% from 255 or 59.53% from 341); Max value from RGB is 203 - color contains mainly: blue. Hex color #4D3DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3DCB is #B2C234. Grayscale: #515151. Windows color (decimal): -11715125 or 13319501. OLE color: 13319501.
HSL color Cylindrical-coordinate representation of color #4D3DCB: hue angle of 246.76º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D3DCB is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 61 | 203 | - |
| CMYK | 0.62 | 0.70 | 0 | 0.20 |
| HSL | 246.76º | 0.58% | 0.52% | - |
| HSV(B) | 246.76º | 0.7% | 0.8% | - |
| XYZ | 15.51 | 9.23 | 57.46 | - |
| YUV | 81.97 | 196.3 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 61 | 203 | 0.62 | 0.70 | 0 | 0.20 | 246.76 | 0.58 | 0.52 |
| Hex | 4D | 3D | CB | 3E | 46 | 0 | 14 | F7 | 3A | 34 |
| Octal | 115 | 75 | 313 | 76 | 106 | 0 | 24 | 367 | 72 | 64 |
| Binary | 1001101 | 111101 | 11001011 | 111110 | 1000110 | 0 | 10100 | 11110111 | 111010 | 110100 |
Color Harmonies of #4D3DCB
Complementary color
Monochromatic Colors of #4D3DCB
Black with #4D3DCB
Text Example
Text Example
White with #4D3DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3DCB; }
p { color: rgb(77,61,203); }
H1.HeaderClassName
{
color: #4D3DCB;
}
.AnyTagClassName
{
color: #4D3DCB;
}
</style>
background-color css
<style>
a { background-color: #4D3DCB; }
a { background-color: rgb(77,61,203); }
div.DivClassName
{
background-color: #4D3DCB;
}
.BgClassName
{
background-color: #4D3DCB;
}
</style>
border-color css
<style>
span { border-color: #4D3DCB; }
span { border-color: rgb(77,61,203); }
td.TdClassName
{
border-color: #4D3DCB;
}
.TagClassName
{
border-color: #4D3DCB;
}
</style>