Shades of Free Speech Blue #4D4ACC
Tints of Free Speech Blue #4D4ACC
RGB
CMYK
RGB Variations
Color information
#4D4ACC (or 0x4D4ACC) is known color: Free Speech Blue. HEX triplet: 4D, 4A and CC. RGB value is (77,74,204). Sum of RGB (Red+Green+Blue) = 77+74+204=355 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.69% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D4ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D4ACC is #B2B533. Grayscale: #595959. Windows color (decimal): -11711796 or 13388365. OLE color: 13388365.
HSL color Cylindrical-coordinate representation of color #4D4ACC: hue angle of 241.38º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D4ACC is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 74 | 204 | - |
| CMYK | 0.62 | 0.64 | 0 | 0.2 |
| HSL | 241.38º | 0.56% | 0.55% | - |
| HSV(B) | 241.38º | 0.64% | 0.8% | - |
| XYZ | 16.41 | 10.83 | 58.35 | - |
| YUV | 89.72 | 192.49 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 74 | 204 | 0.62 | 0.64 | 0 | 0.2 | 241.38 | 0.56 | 0.55 |
| Hex | 4D | 4A | CC | 3E | 40 | 0 | 14 | F1 | 38 | 37 |
| Octal | 115 | 112 | 314 | 76 | 100 | 0 | 24 | 361 | 70 | 67 |
| Binary | 1001101 | 1001010 | 11001100 | 111110 | 1000000 | 0 | 10100 | 11110001 | 111000 | 110111 |
Color Harmonies of #4D4ACC
Complementary color
Monochromatic Colors of #4D4ACC
Black with #4D4ACC
Text Example
Text Example
White with #4D4ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4ACC; }
p { color: rgb(77,74,204); }
H1.HeaderClassName
{
color: #4D4ACC;
}
.AnyTagClassName
{
color: #4D4ACC;
}
</style>
background-color css
<style>
a { background-color: #4D4ACC; }
a { background-color: rgb(77,74,204); }
div.DivClassName
{
background-color: #4D4ACC;
}
.BgClassName
{
background-color: #4D4ACC;
}
</style>
border-color css
<style>
span { border-color: #4D4ACC; }
span { border-color: rgb(77,74,204); }
td.TdClassName
{
border-color: #4D4ACC;
}
.TagClassName
{
border-color: #4D4ACC;
}
</style>