Shades of Free Speech Blue #4650DF
Tints of Free Speech Blue #4650DF
RGB
CMYK
RGB Variations
Color information
#4650DF (or 0x4650DF) is known color: Free Speech Blue. HEX triplet: 46, 50 and DF. RGB value is (70,80,223). Sum of RGB (Red+Green+Blue) = 70+80+223=373 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.77% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 223 (87.5% from 255 or 59.79% from 373); Max value from RGB is 223 - color contains mainly: blue. Hex color #4650DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4650DF is #B9AF20. Grayscale: #5C5C5C. Windows color (decimal): -12168993 or 14635078. OLE color: 14635078.
HSL color Cylindrical-coordinate representation of color #4650DF: hue angle of 236.08º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4650DF is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 80 | 223 | - |
| CMYK | 0.69 | 0.64 | 0 | 0.13 |
| HSL | 236.08º | 0.71% | 0.57% | - |
| HSV(B) | 236.08º | 0.69% | 0.87% | - |
| XYZ | 18.71 | 12.37 | 71.21 | - |
| YUV | 93.31 | 201.19 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 80 | 223 | 0.69 | 0.64 | 0 | 0.13 | 236.08 | 0.71 | 0.57 |
| Hex | 46 | 50 | DF | 45 | 40 | 0 | D | EC | 47 | 39 |
| Octal | 106 | 120 | 337 | 105 | 100 | 0 | 15 | 354 | 107 | 71 |
| Binary | 1000110 | 1010000 | 11011111 | 1000101 | 1000000 | 0 | 1101 | 11101100 | 1000111 | 111001 |
Color Harmonies of #4650DF
Complementary color
Monochromatic Colors of #4650DF
Black with #4650DF
Text Example
Text Example
White with #4650DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4650DF; }
p { color: rgb(70,80,223); }
H1.HeaderClassName
{
color: #4650DF;
}
.AnyTagClassName
{
color: #4650DF;
}
</style>
background-color css
<style>
a { background-color: #4650DF; }
a { background-color: rgb(70,80,223); }
div.DivClassName
{
background-color: #4650DF;
}
.BgClassName
{
background-color: #4650DF;
}
</style>
border-color css
<style>
span { border-color: #4650DF; }
span { border-color: rgb(70,80,223); }
td.TdClassName
{
border-color: #4650DF;
}
.TagClassName
{
border-color: #4650DF;
}
</style>