Shades of Free Speech Blue #4763CE
Tints of Free Speech Blue #4763CE
RGB
CMYK
RGB Variations
Color information
#4763CE (or 0x4763CE) is known color: Free Speech Blue. HEX triplet: 47, 63 and CE. RGB value is (71,99,206). Sum of RGB (Red+Green+Blue) = 71+99+206=376 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.88% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #4763CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4763CE is #B89C31. Grayscale: #666666. Windows color (decimal): -12098610 or 13525831. OLE color: 13525831.
HSL color Cylindrical-coordinate representation of color #4763CE: hue angle of 227.56º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4763CE is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 99 | 206 | - |
| CMYK | 0.66 | 0.52 | 0 | 0.19 |
| HSL | 227.56º | 0.58% | 0.54% | - |
| HSV(B) | 227.56º | 0.66% | 0.81% | - |
| XYZ | 18.2 | 14.72 | 60.27 | - |
| YUV | 102.83 | 186.22 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 99 | 206 | 0.66 | 0.52 | 0 | 0.19 | 227.56 | 0.58 | 0.54 |
| Hex | 47 | 63 | CE | 42 | 34 | 0 | 13 | E4 | 3A | 36 |
| Octal | 107 | 143 | 316 | 102 | 64 | 0 | 23 | 344 | 72 | 66 |
| Binary | 1000111 | 1100011 | 11001110 | 1000010 | 110100 | 0 | 10011 | 11100100 | 111010 | 110110 |
Color Harmonies of #4763CE
Complementary color
Monochromatic Colors of #4763CE
Black with #4763CE
Text Example
Text Example
White with #4763CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4763CE; }
p { color: rgb(71,99,206); }
H1.HeaderClassName
{
color: #4763CE;
}
.AnyTagClassName
{
color: #4763CE;
}
</style>
background-color css
<style>
a { background-color: #4763CE; }
a { background-color: rgb(71,99,206); }
div.DivClassName
{
background-color: #4763CE;
}
.BgClassName
{
background-color: #4763CE;
}
</style>
border-color css
<style>
span { border-color: #4763CE; }
span { border-color: rgb(71,99,206); }
td.TdClassName
{
border-color: #4763CE;
}
.TagClassName
{
border-color: #4763CE;
}
</style>