Shades of Free Speech Blue #4F4BDA
Tints of Free Speech Blue #4F4BDA
RGB
CMYK
RGB Variations
Color information
#4F4BDA (or 0x4F4BDA) is known color: Free Speech Blue. HEX triplet: 4F, 4B and DA. RGB value is (79,75,218). Sum of RGB (Red+Green+Blue) = 79+75+218=372 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.24% from 372); Green value is 75 (29.69% from 255 or 20.16% from 372); Blue value is 218 (85.55% from 255 or 58.60% from 372); Max value from RGB is 218 - color contains mainly: blue. Hex color #4F4BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F4BDA is #B0B425. Grayscale: #5B5B5B. Windows color (decimal): -11580454 or 14306127. OLE color: 14306127.
HSL color Cylindrical-coordinate representation of color #4F4BDA: hue angle of 241.68º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F4BDA is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 79 | 75 | 218 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.15 |
| HSL | 241.68º | 0.66% | 0.57% | - |
| HSV(B) | 241.68º | 0.66% | 0.85% | - |
| XYZ | 18.4 | 11.76 | 67.63 | - |
| YUV | 92.5 | 198.83 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 75 | 218 | 0.64 | 0.66 | 0 | 0.15 | 241.68 | 0.66 | 0.57 |
| Hex | 4F | 4B | DA | 40 | 42 | 0 | F | F2 | 42 | 39 |
| Octal | 117 | 113 | 332 | 100 | 102 | 0 | 17 | 362 | 102 | 71 |
| Binary | 1001111 | 1001011 | 11011010 | 1000000 | 1000010 | 0 | 1111 | 11110010 | 1000010 | 111001 |
Color Harmonies of #4F4BDA
Complementary color
Monochromatic Colors of #4F4BDA
Black with #4F4BDA
Text Example
Text Example
White with #4F4BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4BDA; }
p { color: rgb(79,75,218); }
H1.HeaderClassName
{
color: #4F4BDA;
}
.AnyTagClassName
{
color: #4F4BDA;
}
</style>
background-color css
<style>
a { background-color: #4F4BDA; }
a { background-color: rgb(79,75,218); }
div.DivClassName
{
background-color: #4F4BDA;
}
.BgClassName
{
background-color: #4F4BDA;
}
</style>
border-color css
<style>
span { border-color: #4F4BDA; }
span { border-color: rgb(79,75,218); }
td.TdClassName
{
border-color: #4F4BDA;
}
.TagClassName
{
border-color: #4F4BDA;
}
</style>