Shades of Free Speech Blue #4D45CA
Tints of Free Speech Blue #4D45CA
RGB
CMYK
RGB Variations
Color information
#4D45CA (or 0x4D45CA) is known color: Free Speech Blue. HEX triplet: 4D, 45 and CA. RGB value is (77,69,202). Sum of RGB (Red+Green+Blue) = 77+69+202=348 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.13% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 202 (79.30% from 255 or 58.05% from 348); Max value from RGB is 202 - color contains mainly: blue. Hex color #4D45CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D45CA is #B2BA35. Grayscale: #565656. Windows color (decimal): -11713078 or 13256013. OLE color: 13256013.
HSL color Cylindrical-coordinate representation of color #4D45CA: hue angle of 243.61º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D45CA is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 69 | 202 | - |
| CMYK | 0.62 | 0.66 | 0 | 0.21 |
| HSL | 243.61º | 0.56% | 0.53% | - |
| HSV(B) | 243.61º | 0.66% | 0.79% | - |
| XYZ | 15.85 | 10.1 | 56.99 | - |
| YUV | 86.55 | 193.15 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 69 | 202 | 0.62 | 0.66 | 0 | 0.21 | 243.61 | 0.56 | 0.53 |
| Hex | 4D | 45 | CA | 3E | 42 | 0 | 15 | F4 | 38 | 35 |
| Octal | 115 | 105 | 312 | 76 | 102 | 0 | 25 | 364 | 70 | 65 |
| Binary | 1001101 | 1000101 | 11001010 | 111110 | 1000010 | 0 | 10101 | 11110100 | 111000 | 110101 |
Color Harmonies of #4D45CA
Complementary color
Monochromatic Colors of #4D45CA
Black with #4D45CA
Text Example
Text Example
White with #4D45CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D45CA; }
p { color: rgb(77,69,202); }
H1.HeaderClassName
{
color: #4D45CA;
}
.AnyTagClassName
{
color: #4D45CA;
}
</style>
background-color css
<style>
a { background-color: #4D45CA; }
a { background-color: rgb(77,69,202); }
div.DivClassName
{
background-color: #4D45CA;
}
.BgClassName
{
background-color: #4D45CA;
}
</style>
border-color css
<style>
span { border-color: #4D45CA; }
span { border-color: rgb(77,69,202); }
td.TdClassName
{
border-color: #4D45CA;
}
.TagClassName
{
border-color: #4D45CA;
}
</style>