Shades of Free Speech Blue #4A3ECB
Tints of Free Speech Blue #4A3ECB
RGB
CMYK
RGB Variations
Color information
#4A3ECB (or 0x4A3ECB) is known color: Free Speech Blue. HEX triplet: 4A, 3E and CB. RGB value is (74,62,203). Sum of RGB (Red+Green+Blue) = 74+62+203=339 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.83% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 203 (79.69% from 255 or 59.88% from 339); Max value from RGB is 203 - color contains mainly: blue. Hex color #4A3ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A3ECB is #B5C134. Grayscale: #515151. Windows color (decimal): -11911477 or 13319754. OLE color: 13319754.
HSL color Cylindrical-coordinate representation of color #4A3ECB: hue angle of 245.11º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A3ECB is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 62 | 203 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.20 |
| HSL | 245.11º | 0.58% | 0.52% | - |
| HSV(B) | 245.11º | 0.69% | 0.8% | - |
| XYZ | 15.33 | 9.21 | 57.47 | - |
| YUV | 81.66 | 196.48 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 62 | 203 | 0.64 | 0.69 | 0 | 0.20 | 245.11 | 0.58 | 0.52 |
| Hex | 4A | 3E | CB | 40 | 45 | 0 | 14 | F5 | 3A | 34 |
| Octal | 112 | 76 | 313 | 100 | 105 | 0 | 24 | 365 | 72 | 64 |
| Binary | 1001010 | 111110 | 11001011 | 1000000 | 1000101 | 0 | 10100 | 11110101 | 111010 | 110100 |
Color Harmonies of #4A3ECB
Complementary color
Monochromatic Colors of #4A3ECB
Black with #4A3ECB
Text Example
Text Example
White with #4A3ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3ECB; }
p { color: rgb(74,62,203); }
H1.HeaderClassName
{
color: #4A3ECB;
}
.AnyTagClassName
{
color: #4A3ECB;
}
</style>
background-color css
<style>
a { background-color: #4A3ECB; }
a { background-color: rgb(74,62,203); }
div.DivClassName
{
background-color: #4A3ECB;
}
.BgClassName
{
background-color: #4A3ECB;
}
</style>
border-color css
<style>
span { border-color: #4A3ECB; }
span { border-color: rgb(74,62,203); }
td.TdClassName
{
border-color: #4A3ECB;
}
.TagClassName
{
border-color: #4A3ECB;
}
</style>