Shades of Free Speech Blue #4A40BF
Tints of Free Speech Blue #4A40BF
RGB
CMYK
RGB Variations
Color information
#4A40BF (or 0x4A40BF) is known color: Free Speech Blue. HEX triplet: 4A, 40 and BF. RGB value is (74,64,191). Sum of RGB (Red+Green+Blue) = 74+64+191=329 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.49% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 191 (75% from 255 or 58.05% from 329); Max value from RGB is 191 - color contains mainly: blue. Hex color #4A40BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A40BF is #B5BF40. Grayscale: #505050. Windows color (decimal): -11910977 or 12533834. OLE color: 12533834.
HSL color Cylindrical-coordinate representation of color #4A40BF: hue angle of 244.72º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A40BF is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 64 | 191 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.25 |
| HSL | 244.72º | 0.5% | 0.5% | - |
| HSV(B) | 244.72º | 0.66% | 0.75% | - |
| XYZ | 14.06 | 8.88 | 50.26 | - |
| YUV | 81.47 | 189.81 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 64 | 191 | 0.61 | 0.66 | 0 | 0.25 | 244.72 | 0.5 | 0.5 |
| Hex | 4A | 40 | BF | 3D | 42 | 0 | 19 | F5 | 32 | 32 |
| Octal | 112 | 100 | 277 | 75 | 102 | 0 | 31 | 365 | 62 | 62 |
| Binary | 1001010 | 1000000 | 10111111 | 111101 | 1000010 | 0 | 11001 | 11110101 | 110010 | 110010 |
Color Harmonies of #4A40BF
Complementary color
Monochromatic Colors of #4A40BF
Black with #4A40BF
Text Example
Text Example
White with #4A40BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A40BF; }
p { color: rgb(74,64,191); }
H1.HeaderClassName
{
color: #4A40BF;
}
.AnyTagClassName
{
color: #4A40BF;
}
</style>
background-color css
<style>
a { background-color: #4A40BF; }
a { background-color: rgb(74,64,191); }
div.DivClassName
{
background-color: #4A40BF;
}
.BgClassName
{
background-color: #4A40BF;
}
</style>
border-color css
<style>
span { border-color: #4A40BF; }
span { border-color: rgb(74,64,191); }
td.TdClassName
{
border-color: #4A40BF;
}
.TagClassName
{
border-color: #4A40BF;
}
</style>