Shades of Free Speech Blue #4A52DC
Tints of Free Speech Blue #4A52DC
RGB
CMYK
RGB Variations
Color information
#4A52DC (or 0x4A52DC) is known color: Free Speech Blue. HEX triplet: 4A, 52 and DC. RGB value is (74,82,220). Sum of RGB (Red+Green+Blue) = 74+82+220=376 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.68% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A52DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A52DC is #B5AD23. Grayscale: #5E5E5E. Windows color (decimal): -11906340 or 14438986. OLE color: 14438986.
HSL color Cylindrical-coordinate representation of color #4A52DC: hue angle of 236.71º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A52DC is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 82 | 220 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.14 |
| HSL | 236.71º | 0.68% | 0.58% | - |
| HSV(B) | 236.71º | 0.66% | 0.86% | - |
| XYZ | 18.76 | 12.66 | 69.16 | - |
| YUV | 95.34 | 198.35 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 82 | 220 | 0.66 | 0.63 | 0 | 0.14 | 236.71 | 0.68 | 0.58 |
| Hex | 4A | 52 | DC | 42 | 3F | 0 | E | ED | 44 | 3A |
| Octal | 112 | 122 | 334 | 102 | 77 | 0 | 16 | 355 | 104 | 72 |
| Binary | 1001010 | 1010010 | 11011100 | 1000010 | 111111 | 0 | 1110 | 11101101 | 1000100 | 111010 |
Color Harmonies of #4A52DC
Complementary color
Monochromatic Colors of #4A52DC
Black with #4A52DC
Text Example
Text Example
White with #4A52DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A52DC; }
p { color: rgb(74,82,220); }
H1.HeaderClassName
{
color: #4A52DC;
}
.AnyTagClassName
{
color: #4A52DC;
}
</style>
background-color css
<style>
a { background-color: #4A52DC; }
a { background-color: rgb(74,82,220); }
div.DivClassName
{
background-color: #4A52DC;
}
.BgClassName
{
background-color: #4A52DC;
}
</style>
border-color css
<style>
span { border-color: #4A52DC; }
span { border-color: rgb(74,82,220); }
td.TdClassName
{
border-color: #4A52DC;
}
.TagClassName
{
border-color: #4A52DC;
}
</style>