Shades of Free Speech Blue #4A3FCD
Tints of Free Speech Blue #4A3FCD
RGB
CMYK
RGB Variations
Color information
#4A3FCD (or 0x4A3FCD) is known color: Free Speech Blue. HEX triplet: 4A, 3F and CD. RGB value is (74,63,205). Sum of RGB (Red+Green+Blue) = 74+63+205=342 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.64% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 205 (80.47% from 255 or 59.94% from 342); Max value from RGB is 205 - color contains mainly: blue. Hex color #4A3FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A3FCD is #B5C032. Grayscale: #515151. Windows color (decimal): -11911219 or 13451082. OLE color: 13451082.
HSL color Cylindrical-coordinate representation of color #4A3FCD: hue angle of 244.65º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A3FCD is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 63 | 205 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.20 |
| HSL | 244.65º | 0.59% | 0.53% | - |
| HSV(B) | 244.65º | 0.69% | 0.8% | - |
| XYZ | 15.62 | 9.42 | 58.75 | - |
| YUV | 82.48 | 197.14 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 63 | 205 | 0.64 | 0.69 | 0 | 0.20 | 244.65 | 0.59 | 0.53 |
| Hex | 4A | 3F | CD | 40 | 45 | 0 | 14 | F5 | 3B | 35 |
| Octal | 112 | 77 | 315 | 100 | 105 | 0 | 24 | 365 | 73 | 65 |
| Binary | 1001010 | 111111 | 11001101 | 1000000 | 1000101 | 0 | 10100 | 11110101 | 111011 | 110101 |
Color Harmonies of #4A3FCD
Complementary color
Monochromatic Colors of #4A3FCD
Black with #4A3FCD
Text Example
Text Example
White with #4A3FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3FCD; }
p { color: rgb(74,63,205); }
H1.HeaderClassName
{
color: #4A3FCD;
}
.AnyTagClassName
{
color: #4A3FCD;
}
</style>
background-color css
<style>
a { background-color: #4A3FCD; }
a { background-color: rgb(74,63,205); }
div.DivClassName
{
background-color: #4A3FCD;
}
.BgClassName
{
background-color: #4A3FCD;
}
</style>
border-color css
<style>
span { border-color: #4A3FCD; }
span { border-color: rgb(74,63,205); }
td.TdClassName
{
border-color: #4A3FCD;
}
.TagClassName
{
border-color: #4A3FCD;
}
</style>