Shades of Free Speech Blue #4A3BCE
Tints of Free Speech Blue #4A3BCE
RGB
CMYK
RGB Variations
Color information
#4A3BCE (or 0x4A3BCE) is known color: Free Speech Blue. HEX triplet: 4A, 3B and CE. RGB value is (74,59,206). Sum of RGB (Red+Green+Blue) = 74+59+206=339 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.83% from 339); Green value is 59 (23.44% from 255 or 17.40% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A3BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A3BCE is #B5C431. Grayscale: #4F4F4F. Windows color (decimal): -11912242 or 13515594. OLE color: 13515594.
HSL color Cylindrical-coordinate representation of color #4A3BCE: hue angle of 246.12º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A3BCE is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 59 | 206 | - |
| CMYK | 0.64 | 0.71 | 0 | 0.19 |
| HSL | 246.12º | 0.6% | 0.52% | - |
| HSV(B) | 246.12º | 0.71% | 0.81% | - |
| XYZ | 15.53 | 9.04 | 59.32 | - |
| YUV | 80.24 | 198.97 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 59 | 206 | 0.64 | 0.71 | 0 | 0.19 | 246.12 | 0.6 | 0.52 |
| Hex | 4A | 3B | CE | 40 | 47 | 0 | 13 | F6 | 3C | 34 |
| Octal | 112 | 73 | 316 | 100 | 107 | 0 | 23 | 366 | 74 | 64 |
| Binary | 1001010 | 111011 | 11001110 | 1000000 | 1000111 | 0 | 10011 | 11110110 | 111100 | 110100 |
Color Harmonies of #4A3BCE
Complementary color
Monochromatic Colors of #4A3BCE
Black with #4A3BCE
Text Example
Text Example
White with #4A3BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3BCE; }
p { color: rgb(74,59,206); }
H1.HeaderClassName
{
color: #4A3BCE;
}
.AnyTagClassName
{
color: #4A3BCE;
}
</style>
background-color css
<style>
a { background-color: #4A3BCE; }
a { background-color: rgb(74,59,206); }
div.DivClassName
{
background-color: #4A3BCE;
}
.BgClassName
{
background-color: #4A3BCE;
}
</style>
border-color css
<style>
span { border-color: #4A3BCE; }
span { border-color: rgb(74,59,206); }
td.TdClassName
{
border-color: #4A3BCE;
}
.TagClassName
{
border-color: #4A3BCE;
}
</style>