Shades of Free Speech Blue #4A3ACA
Tints of Free Speech Blue #4A3ACA
RGB
CMYK
RGB Variations
Color information
#4A3ACA (or 0x4A3ACA) is known color: Free Speech Blue. HEX triplet: 4A, 3A and CA. RGB value is (74,58,202). Sum of RGB (Red+Green+Blue) = 74+58+202=334 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.16% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 202 (79.30% from 255 or 60.48% from 334); Max value from RGB is 202 - color contains mainly: blue. Hex color #4A3ACA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A3ACA is #B5C535. Grayscale: #4E4E4E. Windows color (decimal): -11912502 or 13253194. OLE color: 13253194.
HSL color Cylindrical-coordinate representation of color #4A3ACA: hue angle of 246.67º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A3ACA is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 74 | 58 | 202 | - |
| CMYK | 0.63 | 0.71 | 0 | 0.21 |
| HSL | 246.67º | 0.58% | 0.51% | - |
| HSV(B) | 246.67º | 0.71% | 0.79% | - |
| XYZ | 15 | 8.75 | 56.77 | - |
| YUV | 79.2 | 197.3 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 58 | 202 | 0.63 | 0.71 | 0 | 0.21 | 246.67 | 0.58 | 0.51 |
| Hex | 4A | 3A | CA | 3F | 47 | 0 | 15 | F7 | 3A | 33 |
| Octal | 112 | 72 | 312 | 77 | 107 | 0 | 25 | 367 | 72 | 63 |
| Binary | 1001010 | 111010 | 11001010 | 111111 | 1000111 | 0 | 10101 | 11110111 | 111010 | 110011 |
Color Harmonies of #4A3ACA
Complementary color
Monochromatic Colors of #4A3ACA
Black with #4A3ACA
Text Example
Text Example
White with #4A3ACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3ACA; }
p { color: rgb(74,58,202); }
H1.HeaderClassName
{
color: #4A3ACA;
}
.AnyTagClassName
{
color: #4A3ACA;
}
</style>
background-color css
<style>
a { background-color: #4A3ACA; }
a { background-color: rgb(74,58,202); }
div.DivClassName
{
background-color: #4A3ACA;
}
.BgClassName
{
background-color: #4A3ACA;
}
</style>
border-color css
<style>
span { border-color: #4A3ACA; }
span { border-color: rgb(74,58,202); }
td.TdClassName
{
border-color: #4A3ACA;
}
.TagClassName
{
border-color: #4A3ACA;
}
</style>