Shades of Free Speech Blue #4A3DBD
Tints of Free Speech Blue #4A3DBD
RGB
CMYK
RGB Variations
Color information
#4A3DBD (or 0x4A3DBD) is known color: Free Speech Blue. HEX triplet: 4A, 3D and BD. RGB value is (74,61,189). Sum of RGB (Red+Green+Blue) = 74+61+189=324 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.84% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 189 (74.22% from 255 or 58.33% from 324); Max value from RGB is 189 - color contains mainly: blue. Hex color #4A3DBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A3DBD is #B5C242. Grayscale: #4E4E4E. Windows color (decimal): -11911747 or 12401994. OLE color: 12401994.
HSL color Cylindrical-coordinate representation of color #4A3DBD: hue angle of 246.09º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A3DBD is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 61 | 189 | - |
| CMYK | 0.61 | 0.68 | 0 | 0.26 |
| HSL | 246.09º | 0.51% | 0.49% | - |
| HSV(B) | 246.09º | 0.68% | 0.74% | - |
| XYZ | 13.68 | 8.47 | 49.06 | - |
| YUV | 79.48 | 189.81 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 61 | 189 | 0.61 | 0.68 | 0 | 0.26 | 246.09 | 0.51 | 0.49 |
| Hex | 4A | 3D | BD | 3D | 44 | 0 | 1A | F6 | 33 | 31 |
| Octal | 112 | 75 | 275 | 75 | 104 | 0 | 32 | 366 | 63 | 61 |
| Binary | 1001010 | 111101 | 10111101 | 111101 | 1000100 | 0 | 11010 | 11110110 | 110011 | 110001 |
Color Harmonies of #4A3DBD
Complementary color
Monochromatic Colors of #4A3DBD
Black with #4A3DBD
Text Example
Text Example
White with #4A3DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3DBD; }
p { color: rgb(74,61,189); }
H1.HeaderClassName
{
color: #4A3DBD;
}
.AnyTagClassName
{
color: #4A3DBD;
}
</style>
background-color css
<style>
a { background-color: #4A3DBD; }
a { background-color: rgb(74,61,189); }
div.DivClassName
{
background-color: #4A3DBD;
}
.BgClassName
{
background-color: #4A3DBD;
}
</style>
border-color css
<style>
span { border-color: #4A3DBD; }
span { border-color: rgb(74,61,189); }
td.TdClassName
{
border-color: #4A3DBD;
}
.TagClassName
{
border-color: #4A3DBD;
}
</style>