Shades of Free Speech Blue #4F4ADC
Tints of Free Speech Blue #4F4ADC
RGB
CMYK
RGB Variations
Color information
#4F4ADC (or 0x4F4ADC) is known color: Free Speech Blue. HEX triplet: 4F, 4A and DC. RGB value is (79,74,220). Sum of RGB (Red+Green+Blue) = 79+74+220=373 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.18% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #4F4ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F4ADC is #B0B523. Grayscale: #5B5B5B. Windows color (decimal): -11580708 or 14436943. OLE color: 14436943.
HSL color Cylindrical-coordinate representation of color #4F4ADC: hue angle of 242.05º 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 #4F4ADC is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 74 | 220 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.14 |
| HSL | 242.05º | 0.68% | 0.58% | - |
| HSV(B) | 242.05º | 0.66% | 0.86% | - |
| XYZ | 18.59 | 11.73 | 68.99 | - |
| YUV | 92.14 | 200.16 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 74 | 220 | 0.64 | 0.66 | 0 | 0.14 | 242.05 | 0.68 | 0.58 |
| Hex | 4F | 4A | DC | 40 | 42 | 0 | E | F2 | 44 | 3A |
| Octal | 117 | 112 | 334 | 100 | 102 | 0 | 16 | 362 | 104 | 72 |
| Binary | 1001111 | 1001010 | 11011100 | 1000000 | 1000010 | 0 | 1110 | 11110010 | 1000100 | 111010 |
Color Harmonies of #4F4ADC
Complementary color
Monochromatic Colors of #4F4ADC
Black with #4F4ADC
Text Example
Text Example
White with #4F4ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4ADC; }
p { color: rgb(79,74,220); }
H1.HeaderClassName
{
color: #4F4ADC;
}
.AnyTagClassName
{
color: #4F4ADC;
}
</style>
background-color css
<style>
a { background-color: #4F4ADC; }
a { background-color: rgb(79,74,220); }
div.DivClassName
{
background-color: #4F4ADC;
}
.BgClassName
{
background-color: #4F4ADC;
}
</style>
border-color css
<style>
span { border-color: #4F4ADC; }
span { border-color: rgb(79,74,220); }
td.TdClassName
{
border-color: #4F4ADC;
}
.TagClassName
{
border-color: #4F4ADC;
}
</style>