Shades of Free Speech Blue #4663CE
Tints of Free Speech Blue #4663CE
RGB
CMYK
RGB Variations
Color information
#4663CE (or 0x4663CE) is known color: Free Speech Blue. HEX triplet: 46, 63 and CE. RGB value is (70,99,206). Sum of RGB (Red+Green+Blue) = 70+99+206=375 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.67% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #4663CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4663CE is #B99C31. Grayscale: #666666. Windows color (decimal): -12164146 or 13525830. OLE color: 13525830.
HSL color Cylindrical-coordinate representation of color #4663CE: hue angle of 227.21º 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 #4663CE is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 99 | 206 | - |
| CMYK | 0.66 | 0.52 | 0 | 0.19 |
| HSL | 227.21º | 0.58% | 0.54% | - |
| HSV(B) | 227.21º | 0.66% | 0.81% | - |
| XYZ | 18.13 | 14.68 | 60.27 | - |
| YUV | 102.53 | 186.39 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 99 | 206 | 0.66 | 0.52 | 0 | 0.19 | 227.21 | 0.58 | 0.54 |
| Hex | 46 | 63 | CE | 42 | 34 | 0 | 13 | E3 | 3A | 36 |
| Octal | 106 | 143 | 316 | 102 | 64 | 0 | 23 | 343 | 72 | 66 |
| Binary | 1000110 | 1100011 | 11001110 | 1000010 | 110100 | 0 | 10011 | 11100011 | 111010 | 110110 |
Color Harmonies of #4663CE
Complementary color
Monochromatic Colors of #4663CE
Black with #4663CE
Text Example
Text Example
White with #4663CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4663CE; }
p { color: rgb(70,99,206); }
H1.HeaderClassName
{
color: #4663CE;
}
.AnyTagClassName
{
color: #4663CE;
}
</style>
background-color css
<style>
a { background-color: #4663CE; }
a { background-color: rgb(70,99,206); }
div.DivClassName
{
background-color: #4663CE;
}
.BgClassName
{
background-color: #4663CE;
}
</style>
border-color css
<style>
span { border-color: #4663CE; }
span { border-color: rgb(70,99,206); }
td.TdClassName
{
border-color: #4663CE;
}
.TagClassName
{
border-color: #4663CE;
}
</style>