Shades of Free Speech Blue #4E65CD
Tints of Free Speech Blue #4E65CD
RGB
CMYK
RGB Variations
Color information
#4E65CD (or 0x4E65CD) is known color: Free Speech Blue. HEX triplet: 4E, 65 and CD. RGB value is (78,101,205). Sum of RGB (Red+Green+Blue) = 78+101+205=384 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.31% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #4E65CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E65CD is #B19A32. Grayscale: #696969. Windows color (decimal): -11639347 or 13460814. OLE color: 13460814.
HSL color Cylindrical-coordinate representation of color #4E65CD: hue angle of 229.13º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E65CD is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 101 | 205 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.20 |
| HSL | 229.13º | 0.56% | 0.55% | - |
| HSV(B) | 229.13º | 0.62% | 0.8% | - |
| XYZ | 18.82 | 15.33 | 59.73 | - |
| YUV | 105.98 | 183.88 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 101 | 205 | 0.62 | 0.51 | 0 | 0.20 | 229.13 | 0.56 | 0.55 |
| Hex | 4E | 65 | CD | 3E | 33 | 0 | 14 | E5 | 38 | 37 |
| Octal | 116 | 145 | 315 | 76 | 63 | 0 | 24 | 345 | 70 | 67 |
| Binary | 1001110 | 1100101 | 11001101 | 111110 | 110011 | 0 | 10100 | 11100101 | 111000 | 110111 |
Color Harmonies of #4E65CD
Complementary color
Monochromatic Colors of #4E65CD
Black with #4E65CD
Text Example
Text Example
White with #4E65CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E65CD; }
p { color: rgb(78,101,205); }
H1.HeaderClassName
{
color: #4E65CD;
}
.AnyTagClassName
{
color: #4E65CD;
}
</style>
background-color css
<style>
a { background-color: #4E65CD; }
a { background-color: rgb(78,101,205); }
div.DivClassName
{
background-color: #4E65CD;
}
.BgClassName
{
background-color: #4E65CD;
}
</style>
border-color css
<style>
span { border-color: #4E65CD; }
span { border-color: rgb(78,101,205); }
td.TdClassName
{
border-color: #4E65CD;
}
.TagClassName
{
border-color: #4E65CD;
}
</style>