Shades of Free Speech Blue #4A52DD
Tints of Free Speech Blue #4A52DD
RGB
CMYK
RGB Variations
Color information
#4A52DD (or 0x4A52DD) is known color: Free Speech Blue. HEX triplet: 4A, 52 and DD. RGB value is (74,82,221). Sum of RGB (Red+Green+Blue) = 74+82+221=377 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.63% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #4A52DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A52DD is #B5AD22. Grayscale: #5E5E5E. Windows color (decimal): -11906339 or 14504522. OLE color: 14504522.
HSL color Cylindrical-coordinate representation of color #4A52DD: hue angle of 236.73º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A52DD is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 82 | 221 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.13 |
| HSL | 236.73º | 0.68% | 0.58% | - |
| HSV(B) | 236.73º | 0.67% | 0.87% | - |
| XYZ | 18.89 | 12.71 | 69.86 | - |
| YUV | 95.45 | 198.85 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 82 | 221 | 0.67 | 0.63 | 0 | 0.13 | 236.73 | 0.68 | 0.58 |
| Hex | 4A | 52 | DD | 43 | 3F | 0 | D | ED | 44 | 3A |
| Octal | 112 | 122 | 335 | 103 | 77 | 0 | 15 | 355 | 104 | 72 |
| Binary | 1001010 | 1010010 | 11011101 | 1000011 | 111111 | 0 | 1101 | 11101101 | 1000100 | 111010 |
Color Harmonies of #4A52DD
Complementary color
Monochromatic Colors of #4A52DD
Black with #4A52DD
Text Example
Text Example
White with #4A52DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A52DD; }
p { color: rgb(74,82,221); }
H1.HeaderClassName
{
color: #4A52DD;
}
.AnyTagClassName
{
color: #4A52DD;
}
</style>
background-color css
<style>
a { background-color: #4A52DD; }
a { background-color: rgb(74,82,221); }
div.DivClassName
{
background-color: #4A52DD;
}
.BgClassName
{
background-color: #4A52DD;
}
</style>
border-color css
<style>
span { border-color: #4A52DD; }
span { border-color: rgb(74,82,221); }
td.TdClassName
{
border-color: #4A52DD;
}
.TagClassName
{
border-color: #4A52DD;
}
</style>