Shades of Free Speech Blue #4A52B9
Tints of Free Speech Blue #4A52B9
RGB
CMYK
RGB Variations
Color information
#4A52B9 (or 0x4A52B9) is known color: Free Speech Blue. HEX triplet: 4A, 52 and B9. RGB value is (74,82,185). Sum of RGB (Red+Green+Blue) = 74+82+185=341 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.70% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 185 (72.66% from 255 or 54.25% from 341); Max value from RGB is 185 - color contains mainly: blue. Hex color #4A52B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A52B9 is #B5AD46. Grayscale: #5A5A5A. Windows color (decimal): -11906375 or 12145226. OLE color: 12145226.
HSL color Cylindrical-coordinate representation of color #4A52B9: hue angle of 235.68º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A52B9 is Cyan = 0.6, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 82 | 185 | - |
| CMYK | 0.6 | 0.56 | 0 | 0.27 |
| HSL | 235.68º | 0.44% | 0.51% | - |
| HSV(B) | 235.68º | 0.6% | 0.73% | - |
| XYZ | 14.6 | 10.99 | 47.25 | - |
| YUV | 91.35 | 180.85 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 82 | 185 | 0.6 | 0.56 | 0 | 0.27 | 235.68 | 0.44 | 0.51 |
| Hex | 4A | 52 | B9 | 3C | 38 | 0 | 1B | EC | 2C | 33 |
| Octal | 112 | 122 | 271 | 74 | 70 | 0 | 33 | 354 | 54 | 63 |
| Binary | 1001010 | 1010010 | 10111001 | 111100 | 111000 | 0 | 11011 | 11101100 | 101100 | 110011 |
Color Harmonies of #4A52B9
Complementary color
Monochromatic Colors of #4A52B9
Black with #4A52B9
Text Example
Text Example
White with #4A52B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A52B9; }
p { color: rgb(74,82,185); }
H1.HeaderClassName
{
color: #4A52B9;
}
.AnyTagClassName
{
color: #4A52B9;
}
</style>
background-color css
<style>
a { background-color: #4A52B9; }
a { background-color: rgb(74,82,185); }
div.DivClassName
{
background-color: #4A52B9;
}
.BgClassName
{
background-color: #4A52B9;
}
</style>
border-color css
<style>
span { border-color: #4A52B9; }
span { border-color: rgb(74,82,185); }
td.TdClassName
{
border-color: #4A52B9;
}
.TagClassName
{
border-color: #4A52B9;
}
</style>