Shades of Free Speech Blue #4D65C4
Tints of Free Speech Blue #4D65C4
RGB
CMYK
RGB Variations
Color information
#4D65C4 (or 0x4D65C4) is known color: Free Speech Blue. HEX triplet: 4D, 65 and C4. RGB value is (77,101,196). Sum of RGB (Red+Green+Blue) = 77+101+196=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 196 (76.95% from 255 or 52.41% from 374); Max value from RGB is 196 - color contains mainly: blue. Hex color #4D65C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D65C4 is #B29A3B. Grayscale: #686868. Windows color (decimal): -11704892 or 12870989. OLE color: 12870989.
HSL color Cylindrical-coordinate representation of color #4D65C4: hue angle of 227.9º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D65C4 is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 77 | 101 | 196 | - |
| CMYK | 0.61 | 0.48 | 0 | 0.23 |
| HSL | 227.9º | 0.5% | 0.54% | - |
| HSV(B) | 227.9º | 0.61% | 0.77% | - |
| XYZ | 17.68 | 14.87 | 54.16 | - |
| YUV | 104.65 | 179.55 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 101 | 196 | 0.61 | 0.48 | 0 | 0.23 | 227.9 | 0.5 | 0.54 |
| Hex | 4D | 65 | C4 | 3D | 30 | 0 | 17 | E4 | 32 | 36 |
| Octal | 115 | 145 | 304 | 75 | 60 | 0 | 27 | 344 | 62 | 66 |
| Binary | 1001101 | 1100101 | 11000100 | 111101 | 110000 | 0 | 10111 | 11100100 | 110010 | 110110 |
Color Harmonies of #4D65C4
Complementary color
Monochromatic Colors of #4D65C4
Black with #4D65C4
Text Example
Text Example
White with #4D65C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D65C4; }
p { color: rgb(77,101,196); }
H1.HeaderClassName
{
color: #4D65C4;
}
.AnyTagClassName
{
color: #4D65C4;
}
</style>
background-color css
<style>
a { background-color: #4D65C4; }
a { background-color: rgb(77,101,196); }
div.DivClassName
{
background-color: #4D65C4;
}
.BgClassName
{
background-color: #4D65C4;
}
</style>
border-color css
<style>
span { border-color: #4D65C4; }
span { border-color: rgb(77,101,196); }
td.TdClassName
{
border-color: #4D65C4;
}
.TagClassName
{
border-color: #4D65C4;
}
</style>