Shades of Free Speech Blue #4E40CC
Tints of Free Speech Blue #4E40CC
RGB
CMYK
RGB Variations
Color information
#4E40CC (or 0x4E40CC) is known color: Free Speech Blue. HEX triplet: 4E, 40 and CC. RGB value is (78,64,204). Sum of RGB (Red+Green+Blue) = 78+64+204=346 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.54% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #4E40CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E40CC is #B1BF33. Grayscale: #535353. Windows color (decimal): -11648820 or 13385806. OLE color: 13385806.
HSL color Cylindrical-coordinate representation of color #4E40CC: hue angle of 246º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E40CC is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 78 | 64 | 204 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.2 |
| HSL | 246º | 0.58% | 0.53% | - |
| HSV(B) | 246º | 0.69% | 0.8% | - |
| XYZ | 15.87 | 9.65 | 58.15 | - |
| YUV | 84.15 | 195.64 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 64 | 204 | 0.62 | 0.69 | 0 | 0.2 | 246 | 0.58 | 0.53 |
| Hex | 4E | 40 | CC | 3E | 45 | 0 | 14 | F6 | 3A | 35 |
| Octal | 116 | 100 | 314 | 76 | 105 | 0 | 24 | 366 | 72 | 65 |
| Binary | 1001110 | 1000000 | 11001100 | 111110 | 1000101 | 0 | 10100 | 11110110 | 111010 | 110101 |
Color Harmonies of #4E40CC
Complementary color
Monochromatic Colors of #4E40CC
Black with #4E40CC
Text Example
Text Example
White with #4E40CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E40CC; }
p { color: rgb(78,64,204); }
H1.HeaderClassName
{
color: #4E40CC;
}
.AnyTagClassName
{
color: #4E40CC;
}
</style>
background-color css
<style>
a { background-color: #4E40CC; }
a { background-color: rgb(78,64,204); }
div.DivClassName
{
background-color: #4E40CC;
}
.BgClassName
{
background-color: #4E40CC;
}
</style>
border-color css
<style>
span { border-color: #4E40CC; }
span { border-color: rgb(78,64,204); }
td.TdClassName
{
border-color: #4E40CC;
}
.TagClassName
{
border-color: #4E40CC;
}
</style>