Shades of Free Speech Blue #4D45DA
Tints of Free Speech Blue #4D45DA
RGB
CMYK
RGB Variations
Color information
#4D45DA (or 0x4D45DA) is known color: Free Speech Blue. HEX triplet: 4D, 45 and DA. RGB value is (77,69,218). Sum of RGB (Red+Green+Blue) = 77+69+218=364 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.15% from 364); Green value is 69 (27.34% from 255 or 18.96% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #4D45DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D45DA is #B2BA25. Grayscale: #575757. Windows color (decimal): -11713062 or 14304589. OLE color: 14304589.
HSL color Cylindrical-coordinate representation of color #4D45DA: hue angle of 243.22º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D45DA is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 69 | 218 | - |
| CMYK | 0.65 | 0.68 | 0 | 0.15 |
| HSL | 243.22º | 0.67% | 0.56% | - |
| HSV(B) | 243.22º | 0.68% | 0.85% | - |
| XYZ | 17.84 | 10.9 | 67.49 | - |
| YUV | 88.38 | 201.15 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 69 | 218 | 0.65 | 0.68 | 0 | 0.15 | 243.22 | 0.67 | 0.56 |
| Hex | 4D | 45 | DA | 41 | 44 | 0 | F | F3 | 43 | 38 |
| Octal | 115 | 105 | 332 | 101 | 104 | 0 | 17 | 363 | 103 | 70 |
| Binary | 1001101 | 1000101 | 11011010 | 1000001 | 1000100 | 0 | 1111 | 11110011 | 1000011 | 111000 |
Color Harmonies of #4D45DA
Complementary color
Monochromatic Colors of #4D45DA
Black with #4D45DA
Text Example
Text Example
White with #4D45DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D45DA; }
p { color: rgb(77,69,218); }
H1.HeaderClassName
{
color: #4D45DA;
}
.AnyTagClassName
{
color: #4D45DA;
}
</style>
background-color css
<style>
a { background-color: #4D45DA; }
a { background-color: rgb(77,69,218); }
div.DivClassName
{
background-color: #4D45DA;
}
.BgClassName
{
background-color: #4D45DA;
}
</style>
border-color css
<style>
span { border-color: #4D45DA; }
span { border-color: rgb(77,69,218); }
td.TdClassName
{
border-color: #4D45DA;
}
.TagClassName
{
border-color: #4D45DA;
}
</style>