Shades of Free Speech Blue #4A46C8
Tints of Free Speech Blue #4A46C8
RGB
CMYK
RGB Variations
Color information
#4A46C8 (or 0x4A46C8) is known color: Free Speech Blue. HEX triplet: 4A, 46 and C8. RGB value is (74,70,200). Sum of RGB (Red+Green+Blue) = 74+70+200=344 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.51% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 200 (78.52% from 255 or 58.14% from 344); Max value from RGB is 200 - color contains mainly: blue. Hex color #4A46C8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A46C8 is #B5B937. Grayscale: #555555. Windows color (decimal): -11909432 or 13125194. OLE color: 13125194.
HSL color Cylindrical-coordinate representation of color #4A46C8: hue angle of 241.85º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A46C8 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 74 | 70 | 200 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.22 |
| HSL | 241.85º | 0.54% | 0.53% | - |
| HSV(B) | 241.85º | 0.65% | 0.78% | - |
| XYZ | 15.44 | 10.01 | 55.76 | - |
| YUV | 86.02 | 192.33 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 70 | 200 | 0.63 | 0.65 | 0 | 0.22 | 241.85 | 0.54 | 0.53 |
| Hex | 4A | 46 | C8 | 3F | 41 | 0 | 16 | F2 | 36 | 35 |
| Octal | 112 | 106 | 310 | 77 | 101 | 0 | 26 | 362 | 66 | 65 |
| Binary | 1001010 | 1000110 | 11001000 | 111111 | 1000001 | 0 | 10110 | 11110010 | 110110 | 110101 |
Color Harmonies of #4A46C8
Complementary color
Monochromatic Colors of #4A46C8
Black with #4A46C8
Text Example
Text Example
White with #4A46C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A46C8; }
p { color: rgb(74,70,200); }
H1.HeaderClassName
{
color: #4A46C8;
}
.AnyTagClassName
{
color: #4A46C8;
}
</style>
background-color css
<style>
a { background-color: #4A46C8; }
a { background-color: rgb(74,70,200); }
div.DivClassName
{
background-color: #4A46C8;
}
.BgClassName
{
background-color: #4A46C8;
}
</style>
border-color css
<style>
span { border-color: #4A46C8; }
span { border-color: rgb(74,70,200); }
td.TdClassName
{
border-color: #4A46C8;
}
.TagClassName
{
border-color: #4A46C8;
}
</style>