Shades of Free Speech Blue #4768C9
Tints of Free Speech Blue #4768C9
RGB
CMYK
RGB Variations
Color information
#4768C9 (or 0x4768C9) is known color: Free Speech Blue. HEX triplet: 47, 68 and C9. RGB value is (71,104,201). Sum of RGB (Red+Green+Blue) = 71+104+201=376 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.88% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 201 (78.91% from 255 or 53.46% from 376); Max value from RGB is 201 - color contains mainly: blue. Hex color #4768C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4768C9 is #B89736. Grayscale: #686868. Windows color (decimal): -12097335 or 13199431. OLE color: 13199431.
HSL color Cylindrical-coordinate representation of color #4768C9: hue angle of 224.77º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4768C9 is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 71 | 104 | 201 | - |
| CMYK | 0.65 | 0.48 | 0 | 0.21 |
| HSL | 224.77º | 0.55% | 0.53% | - |
| HSV(B) | 224.77º | 0.65% | 0.79% | - |
| XYZ | 18.09 | 15.46 | 57.29 | - |
| YUV | 105.19 | 182.07 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 104 | 201 | 0.65 | 0.48 | 0 | 0.21 | 224.77 | 0.55 | 0.53 |
| Hex | 47 | 68 | C9 | 41 | 30 | 0 | 15 | E1 | 37 | 35 |
| Octal | 107 | 150 | 311 | 101 | 60 | 0 | 25 | 341 | 67 | 65 |
| Binary | 1000111 | 1101000 | 11001001 | 1000001 | 110000 | 0 | 10101 | 11100001 | 110111 | 110101 |
Color Harmonies of #4768C9
Complementary color
Monochromatic Colors of #4768C9
Black with #4768C9
Text Example
Text Example
White with #4768C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4768C9; }
p { color: rgb(71,104,201); }
H1.HeaderClassName
{
color: #4768C9;
}
.AnyTagClassName
{
color: #4768C9;
}
</style>
background-color css
<style>
a { background-color: #4768C9; }
a { background-color: rgb(71,104,201); }
div.DivClassName
{
background-color: #4768C9;
}
.BgClassName
{
background-color: #4768C9;
}
</style>
border-color css
<style>
span { border-color: #4768C9; }
span { border-color: rgb(71,104,201); }
td.TdClassName
{
border-color: #4768C9;
}
.TagClassName
{
border-color: #4768C9;
}
</style>