Shades of Free Speech Blue #4C4CCF
Tints of Free Speech Blue #4C4CCF
RGB
CMYK
RGB Variations
Color information
#4C4CCF (or 0x4C4CCF) is known color: Free Speech Blue. HEX triplet: 4C, 4C and CF. RGB value is (76,76,207). Sum of RGB (Red+Green+Blue) = 76+76+207=359 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.17% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 207 (81.25% from 255 or 57.66% from 359); Max value from RGB is 207 - color contains mainly: blue. Hex color #4C4CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C4CCF is #B3B330. Grayscale: #5A5A5A. Windows color (decimal): -11776817 or 13585484. OLE color: 13585484.
HSL color Cylindrical-coordinate representation of color #4C4CCF: hue angle of 240º degrees, saturation: 0.58, 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 #4C4CCF is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 76 | 207 | - |
| CMYK | 0.63 | 0.63 | 0 | 0.19 |
| HSL | 240º | 0.58% | 0.55% | - |
| HSV(B) | 240º | 0.63% | 0.81% | - |
| XYZ | 16.83 | 11.21 | 60.31 | - |
| YUV | 90.93 | 193.5 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 76 | 207 | 0.63 | 0.63 | 0 | 0.19 | 240 | 0.58 | 0.55 |
| Hex | 4C | 4C | CF | 3F | 3F | 0 | 13 | F0 | 3A | 37 |
| Octal | 114 | 114 | 317 | 77 | 77 | 0 | 23 | 360 | 72 | 67 |
| Binary | 1001100 | 1001100 | 11001111 | 111111 | 111111 | 0 | 10011 | 11110000 | 111010 | 110111 |
Color Harmonies of #4C4CCF
Complementary color
Monochromatic Colors of #4C4CCF
Black with #4C4CCF
Text Example
Text Example
White with #4C4CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4CCF; }
p { color: rgb(76,76,207); }
H1.HeaderClassName
{
color: #4C4CCF;
}
.AnyTagClassName
{
color: #4C4CCF;
}
</style>
background-color css
<style>
a { background-color: #4C4CCF; }
a { background-color: rgb(76,76,207); }
div.DivClassName
{
background-color: #4C4CCF;
}
.BgClassName
{
background-color: #4C4CCF;
}
</style>
border-color css
<style>
span { border-color: #4C4CCF; }
span { border-color: rgb(76,76,207); }
td.TdClassName
{
border-color: #4C4CCF;
}
.TagClassName
{
border-color: #4C4CCF;
}
</style>