Shades of Free Speech Blue #4D4BDA
Tints of Free Speech Blue #4D4BDA
RGB
CMYK
RGB Variations
Color information
#4D4BDA (or 0x4D4BDA) is known color: Free Speech Blue. HEX triplet: 4D, 4B and DA. RGB value is (77,75,218). Sum of RGB (Red+Green+Blue) = 77+75+218=370 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.81% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 218 (85.55% from 255 or 58.92% from 370); Max value from RGB is 218 - color contains mainly: blue. Hex color #4D4BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D4BDA is #B2B425. Grayscale: #5B5B5B. Windows color (decimal): -11711526 or 14306125. OLE color: 14306125.
HSL color Cylindrical-coordinate representation of color #4D4BDA: hue angle of 240.84º 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 #4D4BDA is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 75 | 218 | - |
| CMYK | 0.65 | 0.66 | 0 | 0.15 |
| HSL | 240.84º | 0.66% | 0.57% | - |
| HSV(B) | 240.84º | 0.66% | 0.85% | - |
| XYZ | 18.23 | 11.67 | 67.62 | - |
| YUV | 91.9 | 199.16 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 75 | 218 | 0.65 | 0.66 | 0 | 0.15 | 240.84 | 0.66 | 0.57 |
| Hex | 4D | 4B | DA | 41 | 42 | 0 | F | F1 | 42 | 39 |
| Octal | 115 | 113 | 332 | 101 | 102 | 0 | 17 | 361 | 102 | 71 |
| Binary | 1001101 | 1001011 | 11011010 | 1000001 | 1000010 | 0 | 1111 | 11110001 | 1000010 | 111001 |
Color Harmonies of #4D4BDA
Complementary color
Monochromatic Colors of #4D4BDA
Black with #4D4BDA
Text Example
Text Example
White with #4D4BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4BDA; }
p { color: rgb(77,75,218); }
H1.HeaderClassName
{
color: #4D4BDA;
}
.AnyTagClassName
{
color: #4D4BDA;
}
</style>
background-color css
<style>
a { background-color: #4D4BDA; }
a { background-color: rgb(77,75,218); }
div.DivClassName
{
background-color: #4D4BDA;
}
.BgClassName
{
background-color: #4D4BDA;
}
</style>
border-color css
<style>
span { border-color: #4D4BDA; }
span { border-color: rgb(77,75,218); }
td.TdClassName
{
border-color: #4D4BDA;
}
.TagClassName
{
border-color: #4D4BDA;
}
</style>