Shades of Free Speech Blue #4941DA
Tints of Free Speech Blue #4941DA
RGB
CMYK
RGB Variations
Color information
#4941DA (or 0x4941DA) is known color: Free Speech Blue. HEX triplet: 49, 41 and DA. RGB value is (73,65,218). Sum of RGB (Red+Green+Blue) = 73+65+218=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 218 (85.55% from 255 or 61.24% from 356); Max value from RGB is 218 - color contains mainly: blue. Hex color #4941DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4941DA is #B6BE25. Grayscale: #545454. Windows color (decimal): -11976230 or 14303561. OLE color: 14303561.
HSL color Cylindrical-coordinate representation of color #4941DA: hue angle of 243.14º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4941DA is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 65 | 218 | - |
| CMYK | 0.67 | 0.70 | 0 | 0.15 |
| HSL | 243.14º | 0.67% | 0.55% | - |
| HSV(B) | 243.14º | 0.7% | 0.85% | - |
| XYZ | 17.29 | 10.26 | 67.4 | - |
| YUV | 84.83 | 203.15 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 65 | 218 | 0.67 | 0.70 | 0 | 0.15 | 243.14 | 0.67 | 0.55 |
| Hex | 49 | 41 | DA | 43 | 46 | 0 | F | F3 | 43 | 37 |
| Octal | 111 | 101 | 332 | 103 | 106 | 0 | 17 | 363 | 103 | 67 |
| Binary | 1001001 | 1000001 | 11011010 | 1000011 | 1000110 | 0 | 1111 | 11110011 | 1000011 | 110111 |
Color Harmonies of #4941DA
Complementary color
Monochromatic Colors of #4941DA
Black with #4941DA
Text Example
Text Example
White with #4941DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4941DA; }
p { color: rgb(73,65,218); }
H1.HeaderClassName
{
color: #4941DA;
}
.AnyTagClassName
{
color: #4941DA;
}
</style>
background-color css
<style>
a { background-color: #4941DA; }
a { background-color: rgb(73,65,218); }
div.DivClassName
{
background-color: #4941DA;
}
.BgClassName
{
background-color: #4941DA;
}
</style>
border-color css
<style>
span { border-color: #4941DA; }
span { border-color: rgb(73,65,218); }
td.TdClassName
{
border-color: #4941DA;
}
.TagClassName
{
border-color: #4941DA;
}
</style>