Shades of Free Speech Blue #4E6CBC
Tints of Free Speech Blue #4E6CBC
RGB
CMYK
RGB Variations
Color information
#4E6CBC (or 0x4E6CBC) is known color: Free Speech Blue. HEX triplet: 4E, 6C and BC. RGB value is (78,108,188). Sum of RGB (Red+Green+Blue) = 78+108+188=374 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.86% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #4E6CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E6CBC is #B19343. Grayscale: #6B6B6B. Windows color (decimal): -11637572 or 12348494. OLE color: 12348494.
HSL color Cylindrical-coordinate representation of color #4E6CBC: hue angle of 223.64º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E6CBC is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 108 | 188 | - |
| CMYK | 0.59 | 0.43 | 0 | 0.26 |
| HSL | 223.64º | 0.45% | 0.52% | - |
| HSV(B) | 223.64º | 0.59% | 0.74% | - |
| XYZ | 17.58 | 15.98 | 49.73 | - |
| YUV | 108.15 | 173.06 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 108 | 188 | 0.59 | 0.43 | 0 | 0.26 | 223.64 | 0.45 | 0.52 |
| Hex | 4E | 6C | BC | 3B | 2B | 0 | 1A | E0 | 2D | 34 |
| Octal | 116 | 154 | 274 | 73 | 53 | 0 | 32 | 340 | 55 | 64 |
| Binary | 1001110 | 1101100 | 10111100 | 111011 | 101011 | 0 | 11010 | 11100000 | 101101 | 110100 |
Color Harmonies of #4E6CBC
Complementary color
Monochromatic Colors of #4E6CBC
Black with #4E6CBC
Text Example
Text Example
White with #4E6CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6CBC; }
p { color: rgb(78,108,188); }
H1.HeaderClassName
{
color: #4E6CBC;
}
.AnyTagClassName
{
color: #4E6CBC;
}
</style>
background-color css
<style>
a { background-color: #4E6CBC; }
a { background-color: rgb(78,108,188); }
div.DivClassName
{
background-color: #4E6CBC;
}
.BgClassName
{
background-color: #4E6CBC;
}
</style>
border-color css
<style>
span { border-color: #4E6CBC; }
span { border-color: rgb(78,108,188); }
td.TdClassName
{
border-color: #4E6CBC;
}
.TagClassName
{
border-color: #4E6CBC;
}
</style>