Shades of Free Speech Blue #4A42CD
Tints of Free Speech Blue #4A42CD
RGB
CMYK
RGB Variations
Color information
#4A42CD (or 0x4A42CD) is known color: Free Speech Blue. HEX triplet: 4A, 42 and CD. RGB value is (74,66,205). Sum of RGB (Red+Green+Blue) = 74+66+205=345 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.45% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 205 (80.47% from 255 or 59.42% from 345); Max value from RGB is 205 - color contains mainly: blue. Hex color #4A42CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A42CD is #B5BD32. Grayscale: #535353. Windows color (decimal): -11910451 or 13451850. OLE color: 13451850.
HSL color Cylindrical-coordinate representation of color #4A42CD: hue angle of 243.45º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A42CD is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 66 | 205 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.20 |
| HSL | 243.45º | 0.58% | 0.53% | - |
| HSV(B) | 243.45º | 0.68% | 0.8% | - |
| XYZ | 15.79 | 9.76 | 58.81 | - |
| YUV | 84.24 | 196.15 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 66 | 205 | 0.64 | 0.68 | 0 | 0.20 | 243.45 | 0.58 | 0.53 |
| Hex | 4A | 42 | CD | 40 | 44 | 0 | 14 | F3 | 3A | 35 |
| Octal | 112 | 102 | 315 | 100 | 104 | 0 | 24 | 363 | 72 | 65 |
| Binary | 1001010 | 1000010 | 11001101 | 1000000 | 1000100 | 0 | 10100 | 11110011 | 111010 | 110101 |
Color Harmonies of #4A42CD
Complementary color
Monochromatic Colors of #4A42CD
Black with #4A42CD
Text Example
Text Example
White with #4A42CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A42CD; }
p { color: rgb(74,66,205); }
H1.HeaderClassName
{
color: #4A42CD;
}
.AnyTagClassName
{
color: #4A42CD;
}
</style>
background-color css
<style>
a { background-color: #4A42CD; }
a { background-color: rgb(74,66,205); }
div.DivClassName
{
background-color: #4A42CD;
}
.BgClassName
{
background-color: #4A42CD;
}
</style>
border-color css
<style>
span { border-color: #4A42CD; }
span { border-color: rgb(74,66,205); }
td.TdClassName
{
border-color: #4A42CD;
}
.TagClassName
{
border-color: #4A42CD;
}
</style>