Shades of Free Speech Blue #4A3DDA
Tints of Free Speech Blue #4A3DDA
RGB
CMYK
RGB Variations
Color information
#4A3DDA (or 0x4A3DDA) is known color: Free Speech Blue. HEX triplet: 4A, 3D and DA. RGB value is (74,61,218). Sum of RGB (Red+Green+Blue) = 74+61+218=353 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.96% from 353); Green value is 61 (24.22% from 255 or 17.28% from 353); Blue value is 218 (85.55% from 255 or 61.76% from 353); Max value from RGB is 218 - color contains mainly: blue. Hex color #4A3DDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A3DDA is #B5C225. Grayscale: #525252. Windows color (decimal): -11911718 or 14302538. OLE color: 14302538.
HSL color Cylindrical-coordinate representation of color #4A3DDA: hue angle of 244.97º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4A3DDA is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 61 | 218 | - |
| CMYK | 0.66 | 0.72 | 0 | 0.15 |
| HSL | 244.97º | 0.68% | 0.55% | - |
| HSV(B) | 244.97º | 0.72% | 0.85% | - |
| XYZ | 17.15 | 9.86 | 67.33 | - |
| YUV | 82.79 | 204.31 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 61 | 218 | 0.66 | 0.72 | 0 | 0.15 | 244.97 | 0.68 | 0.55 |
| Hex | 4A | 3D | DA | 42 | 48 | 0 | F | F5 | 44 | 37 |
| Octal | 112 | 75 | 332 | 102 | 110 | 0 | 17 | 365 | 104 | 67 |
| Binary | 1001010 | 111101 | 11011010 | 1000010 | 1001000 | 0 | 1111 | 11110101 | 1000100 | 110111 |
Color Harmonies of #4A3DDA
Complementary color
Monochromatic Colors of #4A3DDA
Black with #4A3DDA
Text Example
Text Example
White with #4A3DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3DDA; }
p { color: rgb(74,61,218); }
H1.HeaderClassName
{
color: #4A3DDA;
}
.AnyTagClassName
{
color: #4A3DDA;
}
</style>
background-color css
<style>
a { background-color: #4A3DDA; }
a { background-color: rgb(74,61,218); }
div.DivClassName
{
background-color: #4A3DDA;
}
.BgClassName
{
background-color: #4A3DDA;
}
</style>
border-color css
<style>
span { border-color: #4A3DDA; }
span { border-color: rgb(74,61,218); }
td.TdClassName
{
border-color: #4A3DDA;
}
.TagClassName
{
border-color: #4A3DDA;
}
</style>