Shades of Free Speech Blue #4863CE
Tints of Free Speech Blue #4863CE
RGB
CMYK
RGB Variations
Color information
#4863CE (or 0x4863CE) is known color: Free Speech Blue. HEX triplet: 48, 63 and CE. RGB value is (72,99,206). Sum of RGB (Red+Green+Blue) = 72+99+206=377 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.10% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #4863CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4863CE is #B79C31. Grayscale: #666666. Windows color (decimal): -12033074 or 13525832. OLE color: 13525832.
HSL color Cylindrical-coordinate representation of color #4863CE: hue angle of 227.91º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4863CE is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 99 | 206 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.19 |
| HSL | 227.91º | 0.58% | 0.55% | - |
| HSV(B) | 227.91º | 0.65% | 0.81% | - |
| XYZ | 18.27 | 14.76 | 60.28 | - |
| YUV | 103.13 | 186.05 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 99 | 206 | 0.65 | 0.52 | 0 | 0.19 | 227.91 | 0.58 | 0.55 |
| Hex | 48 | 63 | CE | 41 | 34 | 0 | 13 | E4 | 3A | 37 |
| Octal | 110 | 143 | 316 | 101 | 64 | 0 | 23 | 344 | 72 | 67 |
| Binary | 1001000 | 1100011 | 11001110 | 1000001 | 110100 | 0 | 10011 | 11100100 | 111010 | 110111 |
Color Harmonies of #4863CE
Complementary color
Monochromatic Colors of #4863CE
Black with #4863CE
Text Example
Text Example
White with #4863CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4863CE; }
p { color: rgb(72,99,206); }
H1.HeaderClassName
{
color: #4863CE;
}
.AnyTagClassName
{
color: #4863CE;
}
</style>
background-color css
<style>
a { background-color: #4863CE; }
a { background-color: rgb(72,99,206); }
div.DivClassName
{
background-color: #4863CE;
}
.BgClassName
{
background-color: #4863CE;
}
</style>
border-color css
<style>
span { border-color: #4863CE; }
span { border-color: rgb(72,99,206); }
td.TdClassName
{
border-color: #4863CE;
}
.TagClassName
{
border-color: #4863CE;
}
</style>