Shades of Free Speech Blue #4A3DC4
Tints of Free Speech Blue #4A3DC4
RGB
CMYK
RGB Variations
Color information
#4A3DC4 (or 0x4A3DC4) is known color: Free Speech Blue. HEX triplet: 4A, 3D and C4. RGB value is (74,61,196). Sum of RGB (Red+Green+Blue) = 74+61+196=331 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.36% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 196 (76.95% from 255 or 59.21% from 331); Max value from RGB is 196 - color contains mainly: blue. Hex color #4A3DC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A3DC4 is #B5C23B. Grayscale: #4F4F4F. Windows color (decimal): -11911740 or 12860746. OLE color: 12860746.
HSL color Cylindrical-coordinate representation of color #4A3DC4: hue angle of 245.78º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A3DC4 is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 74 | 61 | 196 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.23 |
| HSL | 245.78º | 0.53% | 0.5% | - |
| HSV(B) | 245.78º | 0.69% | 0.77% | - |
| XYZ | 14.46 | 8.78 | 53.16 | - |
| YUV | 80.28 | 193.31 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 61 | 196 | 0.62 | 0.69 | 0 | 0.23 | 245.78 | 0.53 | 0.5 |
| Hex | 4A | 3D | C4 | 3E | 45 | 0 | 17 | F6 | 35 | 32 |
| Octal | 112 | 75 | 304 | 76 | 105 | 0 | 27 | 366 | 65 | 62 |
| Binary | 1001010 | 111101 | 11000100 | 111110 | 1000101 | 0 | 10111 | 11110110 | 110101 | 110010 |
Color Harmonies of #4A3DC4
Complementary color
Monochromatic Colors of #4A3DC4
Black with #4A3DC4
Text Example
Text Example
White with #4A3DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3DC4; }
p { color: rgb(74,61,196); }
H1.HeaderClassName
{
color: #4A3DC4;
}
.AnyTagClassName
{
color: #4A3DC4;
}
</style>
background-color css
<style>
a { background-color: #4A3DC4; }
a { background-color: rgb(74,61,196); }
div.DivClassName
{
background-color: #4A3DC4;
}
.BgClassName
{
background-color: #4A3DC4;
}
</style>
border-color css
<style>
span { border-color: #4A3DC4; }
span { border-color: rgb(74,61,196); }
td.TdClassName
{
border-color: #4A3DC4;
}
.TagClassName
{
border-color: #4A3DC4;
}
</style>