Shades of Free Speech Blue #4655CE
Tints of Free Speech Blue #4655CE
RGB
CMYK
RGB Variations
Color information
#4655CE (or 0x4655CE) is known color: Free Speech Blue. HEX triplet: 46, 55 and CE. RGB value is (70,85,206). Sum of RGB (Red+Green+Blue) = 70+85+206=361 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.39% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #4655CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4655CE is #B9AA31. Grayscale: #5D5D5D. Windows color (decimal): -12167730 or 13522246. OLE color: 13522246.
HSL color Cylindrical-coordinate representation of color #4655CE: hue angle of 233.38º 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 #4655CE is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 85 | 206 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.19 |
| HSL | 233.38º | 0.58% | 0.54% | - |
| HSV(B) | 233.38º | 0.66% | 0.81% | - |
| XYZ | 16.91 | 12.26 | 59.87 | - |
| YUV | 94.31 | 191.03 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 85 | 206 | 0.66 | 0.59 | 0 | 0.19 | 233.38 | 0.58 | 0.54 |
| Hex | 46 | 55 | CE | 42 | 3B | 0 | 13 | E9 | 3A | 36 |
| Octal | 106 | 125 | 316 | 102 | 73 | 0 | 23 | 351 | 72 | 66 |
| Binary | 1000110 | 1010101 | 11001110 | 1000010 | 111011 | 0 | 10011 | 11101001 | 111010 | 110110 |
Color Harmonies of #4655CE
Complementary color
Monochromatic Colors of #4655CE
Black with #4655CE
Text Example
Text Example
White with #4655CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4655CE; }
p { color: rgb(70,85,206); }
H1.HeaderClassName
{
color: #4655CE;
}
.AnyTagClassName
{
color: #4655CE;
}
</style>
background-color css
<style>
a { background-color: #4655CE; }
a { background-color: rgb(70,85,206); }
div.DivClassName
{
background-color: #4655CE;
}
.BgClassName
{
background-color: #4655CE;
}
</style>
border-color css
<style>
span { border-color: #4655CE; }
span { border-color: rgb(70,85,206); }
td.TdClassName
{
border-color: #4655CE;
}
.TagClassName
{
border-color: #4655CE;
}
</style>