Shades of Free Speech Blue #4D65CE
Tints of Free Speech Blue #4D65CE
RGB
CMYK
RGB Variations
Color information
#4D65CE (or 0x4D65CE) is known color: Free Speech Blue. HEX triplet: 4D, 65 and CE. RGB value is (77,101,206). Sum of RGB (Red+Green+Blue) = 77+101+206=384 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.05% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D65CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D65CE is #B29A31. Grayscale: #696969. Windows color (decimal): -11704882 or 13526349. OLE color: 13526349.
HSL color Cylindrical-coordinate representation of color #4D65CE: hue angle of 228.84º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D65CE is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 101 | 206 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.19 |
| HSL | 228.84º | 0.57% | 0.55% | - |
| HSV(B) | 228.84º | 0.63% | 0.81% | - |
| XYZ | 18.85 | 15.34 | 60.36 | - |
| YUV | 105.79 | 184.55 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 101 | 206 | 0.63 | 0.51 | 0 | 0.19 | 228.84 | 0.57 | 0.55 |
| Hex | 4D | 65 | CE | 3F | 33 | 0 | 13 | E5 | 39 | 37 |
| Octal | 115 | 145 | 316 | 77 | 63 | 0 | 23 | 345 | 71 | 67 |
| Binary | 1001101 | 1100101 | 11001110 | 111111 | 110011 | 0 | 10011 | 11100101 | 111001 | 110111 |
Color Harmonies of #4D65CE
Complementary color
Monochromatic Colors of #4D65CE
Black with #4D65CE
Text Example
Text Example
White with #4D65CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D65CE; }
p { color: rgb(77,101,206); }
H1.HeaderClassName
{
color: #4D65CE;
}
.AnyTagClassName
{
color: #4D65CE;
}
</style>
background-color css
<style>
a { background-color: #4D65CE; }
a { background-color: rgb(77,101,206); }
div.DivClassName
{
background-color: #4D65CE;
}
.BgClassName
{
background-color: #4D65CE;
}
</style>
border-color css
<style>
span { border-color: #4D65CE; }
span { border-color: rgb(77,101,206); }
td.TdClassName
{
border-color: #4D65CE;
}
.TagClassName
{
border-color: #4D65CE;
}
</style>